Home
last modified time | relevance | path

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

/openbmc/qemu/target/nios2/
H A Dmmu.c55 ((entry->data & CR_TLBACC_X) ? PAGE_EXEC : 0); in mmu_translate()
93 (v & CR_TLBACC_X) ? 'X' : '.', in helper_mmu_write_tlbacc()
109 CR_TLBACC_X | R_CR_TLBACC_PFN_MASK); in helper_mmu_write_tlbacc()
214 (entry->data & CR_TLBACC_X) ? 'X' : '-'); in dump_mmu()
H A Dcpu.h137 #define CR_TLBACC_X R_CR_TLBACC_X_MASK macro