Home
last modified time | relevance | path

Searched refs:CR4_PAE (Results 1 – 25 of 43) sorted by relevance

12

/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h126 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu5/qemu-5.2.0/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h128 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h126 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu42/qemu-4.2.1/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h126 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h125 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h126 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu60/qemu-6.0.0/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h128 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h130 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/emulators/qemu/qemu-6.2.0/target/i386/hvf/
H A Dx86.c159 return cr4 & CR4_PAE; in x86_is_pae_enabled()
H A Dvmx.h130 if ((cr0 & CR0_PG) && (rvmcs(vcpu, VMCS_GUEST_CR4) & CR4_PAE) && in macvm_set_cr0()
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/amd64/amd64/
H A Dmptramp.S164 orl $(CR4_PAE|CR4_OSFXSR|CR4_OSXMMEXCPT),%eax
/dports/misc/rump/buildrump.sh-b914579/src/sys/arch/i386/i386/
H A Dmptramp.S176 or $CR4_PAE,%eax
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/arch/x86/transitions/
H A Dlibrm.S23 #define CR4_PAE ( 1 << 5 ) macro
755 orb $CR4_PAE, %al
837 andb $~CR4_PAE, %al
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/arch/x86/transitions/
H A Dlibrm.S23 #define CR4_PAE ( 1 << 5 ) macro
755 orb $CR4_PAE, %al
837 andb $~CR4_PAE, %al
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/arch/x86/transitions/
H A Dlibrm.S23 #define CR4_PAE ( 1 << 5 ) macro
755 orb $CR4_PAE, %al
837 andb $~CR4_PAE, %al
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/arch/x86/transitions/
H A Dlibrm.S23 #define CR4_PAE ( 1 << 5 ) macro
755 orb $CR4_PAE, %al
837 andb $~CR4_PAE, %al
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/arch/x86/transitions/
H A Dlibrm.S23 #define CR4_PAE ( 1 << 5 ) macro
755 orb $CR4_PAE, %al
837 andb $~CR4_PAE, %al

12