search for: _nl1e

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

Did you mean: nl1e
2005 Mar 14
4
[patch/unstable] page table cleanups
...;< PAGE_SHIFT); unsigned l1_idx = l1_table_offset(va); gl1e[l1_idx] = sval; unmap_domain_mem(gl1e); @@ -1965,7 +1967,7 @@ void update_shadow_va_mapping(unsigned l } int update_grant_va_mapping(unsigned long va, - unsigned long _nl1e, + 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; - unsigne...