Searched refs:ol4e (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 2132 l4_pgentry_t ol4e; in mod_l4_entry() local 2142 if ( unlikely(__copy_from_user(&ol4e, pl4e, sizeof(ol4e)) != 0) ) in mod_l4_entry() 2155 if ( !l4e_has_changed(ol4e, nl4e, ~FASTPATH_FLAG_WHITELIST) ) in mod_l4_entry() 2158 rc = UPDATE_ENTRY(l4, pl4e, ol4e, nl4e, pfn, vcpu, preserve_ad); 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() 2175 else if ( unlikely(!UPDATE_ENTRY(l4, pl4e, ol4e, nl4e, pfn, vcpu, in mod_l4_entry() 2181 put_page_from_l4e(ol4e, pfn, 0, 1); in mod_l4_entry()
|
Completed in 10 milliseconds