Home
last modified time | relevance | path

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

/external/qemu/target-i386/
Dhelper.c1031 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
1047 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
1077 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
1121 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
Dcpu.h251 #define PG_ERROR_RSVD_MASK 0x08 macro