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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmu.h16 #define PT_USER_MASK (1ULL << 2) macro
H A Dpaging_tmpl.h105 access = (gpte & (PT_WRITABLE_MASK | PT_USER_MASK)) | ACC_EXEC_MASK;
179 if (user_fault && !(pte & PT_USER_MASK))
H A Dmmu.c139 #define PT64_PERM_MASK (PT_PRESENT_MASK | PT_WRITABLE_MASK | PT_USER_MASK \
146 #define ACC_USER_MASK PT_USER_MASK
1497 | PT_WRITABLE_MASK | PT_USER_MASK;
1964 spte &= ~PT_USER_MASK;
H A Dx86.c4244 kvm_mmu_set_mask_ptes(PT_USER_MASK, PT_ACCESSED_MASK,

Completed in 120 milliseconds