Home
last modified time | relevance | path

Searched refs:PG_RW_MASK (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/
H A Dmonitor.c69 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 …]
H A Dcpu.h314 #define PG_RW_MASK (1 << PG_RW_BIT) macro
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dexcp_helper.c191 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()