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.c1014 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
1030 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
1060 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
1104 error_code = PG_ERROR_RSVD_MASK; in cpu_x86_handle_mmu_fault()
Dcpu.h272 #define PG_ERROR_RSVD_MASK 0x08 macro