Home
last modified time | relevance | path

Searched refs:PTE_PBMT (Results 1 – 2 of 2) sorted by relevance

/qemu/target/riscv/
H A Dcpu_bits.h676 #define PTE_PBMT 0x6000000000000000ULL /* Page-based memory types */ macro
679 #define PTE_ATTR (PTE_N | PTE_PBMT) /* All attributes bits */
H A Dcpu_helper.c1386 if (!pbmte && (pte & PTE_PBMT)) { in get_physical_address()
1438 if (!pbmte && (pte & PTE_PBMT)) { in get_physical_address()