Home
last modified time | relevance | path

Searched refs:PG_PRESENT_MASK (Results 1 – 25 of 51) sorted by relevance

123

/dports/emulators/qemu/qemu-6.2.0/target/i386/
H A Dmonitor.c84 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
113 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
118 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
153 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
161 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
214 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
292 if (pde & PG_PRESENT_MASK) { in mem_info_32()
334 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
340 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
390 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dmonitor.c85 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
114 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
119 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
154 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
162 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
215 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
293 if (pde & PG_PRESENT_MASK) { in mem_info_32()
335 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
341 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
391 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Dexcp_helper.c175 if (!(pml4e & PG_PRESENT_MASK)) { in get_hphys()
189 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
212 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
224 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
245 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
260 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
286 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
488 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
511 if (!(pte & PG_PRESENT_MASK)) { in handle_mmu_fault()
528 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dmonitor.c84 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
113 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
118 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
153 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
161 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
214 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
292 if (pde & PG_PRESENT_MASK) { in mem_info_32()
334 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
340 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
390 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Dexcp_helper.c175 if (!(pml4e & PG_PRESENT_MASK)) { in get_hphys()
189 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
212 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
224 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
245 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
260 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
286 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
488 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
511 if (!(pte & PG_PRESENT_MASK)) { in handle_mmu_fault()
528 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dmonitor.c84 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
113 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
118 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
153 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
161 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
214 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
292 if (pde & PG_PRESENT_MASK) { in mem_info_32()
334 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
340 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
390 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Dexcp_helper.c175 if (!(pml4e & PG_PRESENT_MASK)) { in get_hphys()
189 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
212 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
224 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
245 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
260 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
286 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
488 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
511 if (!(pte & PG_PRESENT_MASK)) { in handle_mmu_fault()
528 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dmonitor.c84 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
113 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
118 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
153 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
161 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
214 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
292 if (pde & PG_PRESENT_MASK) { in mem_info_32()
334 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
340 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
390 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dmonitor.c85 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
114 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
119 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
154 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
162 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
215 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
293 if (pde & PG_PRESENT_MASK) { in mem_info_32()
335 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
341 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
391 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Dexcp_helper.c175 if (!(pml4e & PG_PRESENT_MASK)) { in get_hphys()
189 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
212 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
224 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
245 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
260 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
286 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
488 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
511 if (!(pte & PG_PRESENT_MASK)) { in handle_mmu_fault()
528 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dmonitor.c84 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
113 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
118 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
153 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
161 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
214 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
292 if (pde & PG_PRESENT_MASK) { in mem_info_32()
334 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
340 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
390 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Dexcp_helper.c175 if (!(pml4e & PG_PRESENT_MASK)) { in get_hphys()
189 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
212 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
224 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
245 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
260 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
286 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
488 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
511 if (!(pte & PG_PRESENT_MASK)) { in handle_mmu_fault()
528 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/
H A Dmonitor.c85 if (pde & PG_PRESENT_MASK) {
114 if (pdpe & PG_PRESENT_MASK) {
119 if (pde & PG_PRESENT_MASK) {
154 if (!(pml4e & PG_PRESENT_MASK)) {
162 if (!(pdpe & PG_PRESENT_MASK)) {
215 if (pml5e & PG_PRESENT_MASK) {
293 if (pde & PG_PRESENT_MASK) {
335 if (pdpe & PG_PRESENT_MASK) {
341 if (pde & PG_PRESENT_MASK) {
391 if (pml4e & PG_PRESENT_MASK) {
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in opendir()
61 if (!(pte & PG_PRESENT_MASK)) {
93 if (!(pde & PG_PRESENT_MASK)) {
130 if (!(pde & PG_PRESENT_MASK)) {
171 if (!(pdpe & PG_PRESENT_MASK)) {
196 if (!(pdpe & PG_PRESENT_MASK)) {
234 if (!(pml4e & PG_PRESENT_MASK)) {
257 if (!(pml5e & PG_PRESENT_MASK)) {
/dports/emulators/qemu60/qemu-6.0.0/target/i386/
H A Dmonitor.c85 if (pde & PG_PRESENT_MASK) { in tlb_info_32()
114 if (pdpe & PG_PRESENT_MASK) { in tlb_info_pae32()
119 if (pde & PG_PRESENT_MASK) { in tlb_info_pae32()
154 if (!(pml4e & PG_PRESENT_MASK)) { in tlb_info_la48()
162 if (!(pdpe & PG_PRESENT_MASK)) { in tlb_info_la48()
215 if (pml5e & PG_PRESENT_MASK) { in tlb_info_la57()
293 if (pde & PG_PRESENT_MASK) { in mem_info_32()
335 if (pdpe & PG_PRESENT_MASK) { in mem_info_pae32()
341 if (pde & PG_PRESENT_MASK) { in mem_info_pae32()
391 if (pml4e & PG_PRESENT_MASK) { in mem_info_la48()
[all …]
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
234 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()
257 if (!(pml5e & PG_PRESENT_MASK)) { in walk_pml5e()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dexcp_helper.c177 if (!(pml4e & PG_PRESENT_MASK)) { in get_hphys()
191 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
214 if (!(pdpe & PG_PRESENT_MASK)) { in get_hphys()
226 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
247 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
262 if (!(pde & PG_PRESENT_MASK)) { in get_hphys()
288 if (!(pte & PG_PRESENT_MASK)) { in get_hphys()
491 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
514 if (!(pte & PG_PRESENT_MASK)) { in handle_mmu_fault()
531 if (!(pde & PG_PRESENT_MASK)) { in handle_mmu_fault()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Darch_memory_mapping.c31 if (!(pte & PG_PRESENT_MASK)) { in walk_pte()
61 if (!(pte & PG_PRESENT_MASK)) { in walk_pte2()
93 if (!(pde & PG_PRESENT_MASK)) { in walk_pde()
130 if (!(pde & PG_PRESENT_MASK)) { in walk_pde2()
171 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe2()
196 if (!(pdpe & PG_PRESENT_MASK)) { in walk_pdpe()
232 if (!(pml4e & PG_PRESENT_MASK)) { in walk_pml4e()

123