Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.h37 #define MMU_PAGE_NX (1 << 3) macro
H A Dx86_mmu.c110 pt->err_code |= MMU_PAGE_NX; in test_pt_entry()
184 pt->exec_access = (err_code & MMU_PAGE_NX); in walk_gpt()