Searched refs:PG_RW_MASK (Results 1 – 3 of 3) sorted by relevance
69 pte & PG_RW_MASK ? 'W' : '-'); in print_pte()265 prot1 & PG_RW_MASK ? 'w' : '-'); 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 …]
314 #define PG_RW_MASK (1 << PG_RW_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()378 if ((ptep & PG_RW_MASK) || !(is_user || (pg_mode & PG_MODE_WP))) { in mmu_translate()