Searched refs:nl4e (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 2126 l4_pgentry_t nl4e, in mod_l4_entry() argument 2145 if ( l4e_get_flags(nl4e) & _PAGE_PRESENT ) in mod_l4_entry() 2147 if ( unlikely(l4e_get_flags(nl4e) & L4_DISALLOW_MASK) ) in mod_l4_entry() 2150 l4e_get_flags(nl4e) & L4_DISALLOW_MASK); in mod_l4_entry() 2155 if ( !l4e_has_changed(ol4e, nl4e, ~FASTPATH_FLAG_WHITELIST) ) in mod_l4_entry() 2157 nl4e = adjust_guest_l4e(nl4e, d); in mod_l4_entry() 2162 rc = get_page_from_l4e(nl4e, pfn, d, 0); in mod_l4_entry() 2167 nl4e = adjust_guest_l4e(nl4e, d); in mod_l4_entry() 2168 if ( unlikely(!UPDATE_ENTRY(l4, pl4e, ol4e, nl4e, pfn, vcpu, in mod_l4_entry() 2171 ol4e = nl4e; in mod_l4_entry() [all …]
|
Completed in 15 milliseconds