Searched refs:PG_USER_MASK (Results 1 – 3 of 3) sorted by relevance
68 pte & PG_USER_MASK ? 'U' : '-', in print_pte()263 prot1 & PG_USER_MASK ? 'u' : '-', in mem_print()291 prot = pde & (PG_USER_MASK | PG_RW_MASK | PG_PRESENT_MASK); in mem_info_32()300 (PG_USER_MASK | PG_RW_MASK | PG_PRESENT_MASK); in mem_info_32()339 prot = pde & (PG_USER_MASK | PG_RW_MASK | in mem_info_pae32()349 prot = pte & pde & (PG_USER_MASK | PG_RW_MASK | in mem_info_pae32()395 prot = pdpe & (PG_USER_MASK | PG_RW_MASK | in mem_info_la48()407 prot = pde & (PG_USER_MASK | PG_RW_MASK | in mem_info_la48()422 prot = pte & (PG_USER_MASK | PG_RW_MASK | in mem_info_la48()496 prot = pdpe & (PG_USER_MASK | PG_RW_MASK | in mem_info_la57()[all …]
315 #define PG_USER_MASK (1 << PG_USER_BIT) macro
191 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK; in mmu_translate()260 ptep = PG_NX_MASK | PG_USER_MASK | PG_RW_MASK; in mmu_translate()371 if (is_user && !(ptep & PG_USER_MASK)) { in mmu_translate()376 if (!is_mmu_index_smap(in->mmu_idx) || !(ptep & PG_USER_MASK)) { in mmu_translate()384 !((pg_mode & PG_MODE_SMEP) && (ptep & PG_USER_MASK)))) { in mmu_translate()388 if (ptep & PG_USER_MASK) { in mmu_translate()