Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_mmu.h36 #define MMU_PAGE_US (1 << 2) macro
H A Dx86_mmu.c107 pt->err_code |= MMU_PAGE_US; in test_pt_entry()
182 pt->user_access = (err_code & MMU_PAGE_US); in walk_gpt()