search for: _ol1e

Displaying 1 result from an estimated 1 matches for "_ol1e".

Did you mean: ol1e
2005 Mar 14
4
[patch/unstable] page table cleanups
...l1_pgentry_t _nl1e, struct domain *d, struct exec_domain *ed) { @@ -1984,30 +1986,32 @@ int update_grant_va_mapping(unsigned lon */ int rc = 0; - l1_pgentry_t *pl1e; - unsigned long _ol1e; + l1_pgentry_t *pl1e; + l1_pgentry_t _ol1e; cleanup_writable_pagetable(d); pl1e = &linear_pg_table[l1_linear_offset(va)]; - if ( unlikely(__get_user(_ol1e, (unsigned long *)pl1e) != 0) ) + if ( unlikely(__copy_from_user(&_ol1e, pl1e, sizeof(_ol1e)) != 0) )...