Home
last modified time | relevance | path

Searched refs:PT_USER_MASK (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kvm/
Dmmu.h16 #define PT_USER_MASK (1ULL << 2) macro
Dpaging_tmpl.h192 access = (gpte & (PT_WRITABLE_MASK | PT_USER_MASK)) | ACC_EXEC_MASK; in FNAME()
Dmmu.c127 #define ACC_USER_MASK PT_USER_MASK
3167 pm_mask |= PT_ACCESSED_MASK | PT_WRITABLE_MASK | PT_USER_MASK; in mmu_alloc_shadow_roots()
Dx86.c5989 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK, in kvm_arch_init()