Searched refs:cr0 (Results 1 – 15 of 15) sorted by relevance
/haiku/src/system/boot/platform/efi/arch/x86_64/ |
H A D | long_smp_trampoline.S | 40 movl %cr0,%eax 42 movl %eax,%cr0 79 movl %cr0, %ecx 81 movl %ecx, %cr0 105 movq %cr0, %rax 108 movq %rax, %cr0
|
/haiku/src/system/boot/platform/bios_ia32/ |
H A D | smp_trampoline.S | 28 movl %cr0,%eax 30 movl %eax,%cr0 # switch into protected mode 60 movl %cr0,%eax 62 movl %eax,%cr0 # enable paging
|
H A D | bios_asm.S | 45 movl %cr0, %eax // set the PE bit (0) to switch to protected mode 47 movl %eax, %cr0 67 movl %cr0, %eax // set the PG bit (31) to enable paging 69 movl %eax, %cr0 111 movl %cr0, %eax 113 movl %eax, %cr0 135 movl %cr0, %eax // switch to real mode 137 movl %eax, %cr0
|
H A D | long_asm.S | 36 movl %cr0, %eax 38 movl %eax, %cr0 58 movl %cr0, %ecx 60 movl %ecx, %cr0
|
H A D | shell.S | 280 movl %cr0, %eax // set the PE bit of cr0 to switch to protected mode 282 movl %eax, %cr0
|
/haiku/src/system/boot/platform/pxe_ia32/ |
H A D | smp_trampoline.S | 28 movl %cr0,%eax 30 movl %eax,%cr0 # switch into protected mode 60 movl %cr0,%eax 62 movl %eax,%cr0 # enable paging
|
H A D | pxe_stage2.S | 86 movl %cr0, %eax 88 movl %eax, %cr0 139 movl %cr0, %eax 141 movl %eax, %cr0 146 movl %eax, %cr0
|
/haiku/src/system/boot/platform/efi/arch/x86/ |
H A D | entry.S | 31 movl %cr0, %eax 33 movl %eax, %cr0 62 movl %eax, %cr0
|
H A D | smp_trampoline.S | 45 movl %cr0, %eax 47 movl %eax, %cr0 84 movl %eax, %cr0
|
/haiku/src/system/libroot/posix/glibc/arch/ppc/ |
H A D | lshift.S | 35 cmplwi cr0,r5,16 # is size < 16 42 bge cr0,L(big) # branch if size >= 16 70 bltl- cr0,L(boom) # Never taken, only used to set LR.
|
/haiku/src/system/libroot/posix/glibc/include/arch/ppc/ |
H A D | sysdep.h | 96 #define cr0 0
|
/haiku/src/libs/zydis/Zydis/Generated/ |
H A D | EnumRegister.inc | 235 ZYDIS_MAKE_SHORTSTRING("cr0"),
|
/haiku/src/libs/compat/freebsd_network/compat/machine/x86/ |
H A D | cpufunc.h | 704 void load_cr0(u_int cr0);
|
/haiku/src/libs/compat/freebsd_network/compat/machine/x86_64/ |
H A D | cpufunc.h | 812 void load_cr0(u_long cr0);
|
/haiku/src/add-ons/kernel/drivers/network/ether/via_rhine/dev/vr/ |
H A D | if_vr.c | 299 uint8_t cr0, cr1, fc; in vr_miibus_statchg() local 322 cr0 = CSR_READ_1(sc, VR_CR0); in vr_miibus_statchg() 327 if ((cr0 & (VR_CR0_TX_ON | VR_CR0_RX_ON)) != 0) { in vr_miibus_statchg()
|