Searched refs:old_flags (Results 1 – 5 of 5) sorted by relevance
/xen/xen/arch/x86/mm/hap/ |
A D | nested_hap.c | 79 uint32_t old_flags; in nestedp2m_write_p2m_entry() local 83 old_flags = l1e_get_flags(*p); in nestedp2m_write_p2m_entry() 86 if (old_flags & _PAGE_PRESENT) in nestedp2m_write_p2m_entry()
|
A D | hap.c | 781 uint32_t old_flags; in hap_write_p2m_entry() local 791 old_flags = l1e_get_flags(*p); in hap_write_p2m_entry() 793 if ( nestedhvm_enabled(d) && (old_flags & _PAGE_PRESENT) in hap_write_p2m_entry() 801 && perms_strictly_increased(old_flags, l1e_get_flags(new)) ); in hap_write_p2m_entry() 805 p2m_flags_to_type(old_flags), l1e_get_mfn(new), in hap_write_p2m_entry() 814 if ( old_flags & _PAGE_PRESENT ) in hap_write_p2m_entry()
|
/xen/stubdom/grub.patches/ |
A D | 00cvs | 336 + int old_flags, flags; 339 + if (sysctlbyname (GEOM_SYSCTL, &old_flags, &sizeof_int, NULL, 0) != 0) 342 + if ((old_flags & 0x10) == 0) 345 + flags = old_flags | 0x10; 349 + flags = old_flags; 354 + flags = old_flags; 358 + if (flags != old_flags) 360 + if (sysctlbyname (GEOM_SYSCTL, NULL, NULL, &old_flags, sizeof (int)) != 0)
|
/xen/xen/include/asm-x86/ |
A D | page.h | 385 perms_strictly_increased(uint32_t old_flags, uint32_t new_flags) in perms_strictly_increased() argument 389 uint32_t of = old_flags & (_PAGE_PRESENT|_PAGE_RW|_PAGE_USER|_PAGE_NX_BIT); in perms_strictly_increased()
|
/xen/tools/libxl/ |
A D | libxl_internal.h | 926 _hidden int libxl__fd_flags_restore(libxl__gc *gc, int fd, int old_flags);
|
Completed in 23 milliseconds