Home
last modified time | relevance | path

Searched refs:PTE_X (Results 1 – 4 of 4) sorted by relevance

/qemu/target/riscv/
H A Dmonitor.c73 attr & PTE_X ? 'x' : '-', in print_pte()
110 if (attr & (PTE_R | PTE_W | PTE_X)) { in walk_pte()
H A Dcpu_helper.c1412 if (pte & (PTE_R | PTE_W | PTE_X)) { in get_physical_address()
1447 target_ulong rwx = pte & (PTE_R | PTE_W | PTE_X); in get_physical_address()
1450 case PTE_W | PTE_X: in get_physical_address()
1483 if (rwx & PTE_X) { in get_physical_address()
H A Dcpu_bits.h670 #define PTE_X 0x008 /* Execute */ macro
/qemu/hw/riscv/
H A Driscv-iommu.c440 } else if (!(pte & (PTE_R | PTE_W | PTE_X))) { in riscv_iommu_spa_fetch()
442 } else if ((pte & (PTE_R | PTE_W | PTE_X)) == PTE_W) { in riscv_iommu_spa_fetch()
444 } else if ((pte & (PTE_R | PTE_W | PTE_X)) == (PTE_W | PTE_X)) { in riscv_iommu_spa_fetch()