/src/sys/arch/x86/x86/ |
bios32.c | 201 uint32_t eax, ebx, ecx, edx; local in function:bios32_service 208 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) 211 if ((eax & 0xff) != 0)
|
bios32.c | 201 uint32_t eax, ebx, ecx, edx; local in function:bios32_service 208 : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) 211 if ((eax & 0xff) != 0)
|
/src/sys/crypto/aes/arch/x86/ |
aes_sse2_impl.c | 191 unsigned eax, ebx, ecx, edx; local in function:aes_sse2_probe 192 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
aes_ssse3_impl.c | 188 unsigned eax, ebx, ecx, edx; local in function:aes_ssse3_probe 189 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
aes_sse2_impl.c | 191 unsigned eax, ebx, ecx, edx; local in function:aes_sse2_probe 192 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
aes_ssse3_impl.c | 188 unsigned eax, ebx, ecx, edx; local in function:aes_ssse3_probe 189 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
aes_ni.c | 289 unsigned eax, ebx, ecx, edx; local in function:aesni_probe 290 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
aes_ni.c | 289 unsigned eax, ebx, ecx, edx; local in function:aesni_probe 290 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx))
|
/src/sys/arch/i386/pci/ |
piixpcib.c | 206 regs.EAX = 0x0000e980; /* IST support */ 210 if (regs.EAX == PIIXPCIB_GSIC) { 211 *sig = regs.EAX; 250 int eax; local in function:piixpcib_getset_state 264 : "=a" (eax), 278 if (eax)
|
piixpcib.c | 206 regs.EAX = 0x0000e980; /* IST support */ 210 if (regs.EAX == PIIXPCIB_GSIC) { 211 *sig = regs.EAX; 250 int eax; local in function:piixpcib_getset_state 264 : "=a" (eax), 278 if (eax)
|
/src/sys/compat/linux/arch/i386/ |
linux_ptrace.c | 66 long eax; member in struct:linux_reg 232 linux_regs->eax = regs->r_eax; 253 regs->r_eax = linux_regs->eax;
|
linux_ptrace.c | 66 long eax; member in struct:linux_reg 232 linux_regs->eax = regs->r_eax; 253 regs->r_eax = linux_regs->eax;
|
/src/sys/dev/vmt/ |
vmtvar.h | 31 volatile register_t eax; member in struct:vm_backdoor 96 "pushl %%eax;" \ 97 "movl 0x18(%%eax), %%ebp;" \ 98 "movl 0x14(%%eax), %%edi;" \ 99 "movl 0x10(%%eax), %%esi;" \ 100 "movl 0x0c(%%eax), %%edx;" \ 101 "movl 0x08(%%eax), %%ecx;" \ 102 "movl 0x04(%%eax), %%ebx;" \ 103 "movl 0x00(%%eax), %%eax;" \ [all...] |
vmtvar.h | 31 volatile register_t eax; member in struct:vm_backdoor 96 "pushl %%eax;" \ 97 "movl 0x18(%%eax), %%ebp;" \ 98 "movl 0x14(%%eax), %%edi;" \ 99 "movl 0x10(%%eax), %%esi;" \ 100 "movl 0x0c(%%eax), %%edx;" \ 101 "movl 0x08(%%eax), %%ecx;" \ 102 "movl 0x04(%%eax), %%ebx;" \ 103 "movl 0x00(%%eax), %%eax;" \ [all...] |
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
vmwgfx_msg.c | 97 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; local in function:vmw_open_channel 103 eax, ebx, ecx, edx, si, di); 126 unsigned long eax, ebx, ecx, edx, si, di; local in function:vmw_close_channel 136 eax, ebx, ecx, edx, si, di); 156 unsigned long si, di, eax, ebx, ecx, edx; local in function:vmw_port_hb_out 172 eax, ebx, ecx, edx, si, di); 193 eax, ebx, ecx, edx, si, di); 212 unsigned long si, di, eax, ebx, ecx, edx; local in function:vmw_port_hb_in 226 eax, ebx, ecx, edx, si, di); 243 eax, ebx, ecx, edx, si, di) 267 unsigned long eax, ebx, ecx, edx, si, di; local in function:vmw_send_msg 320 unsigned long eax, ebx, ecx, edx, si, di; local in function:vmw_recv_msg [all...] |
vmwgfx_msg.c | 97 unsigned long eax, ebx, ecx, edx, si = 0, di = 0; local in function:vmw_open_channel 103 eax, ebx, ecx, edx, si, di); 126 unsigned long eax, ebx, ecx, edx, si, di; local in function:vmw_close_channel 136 eax, ebx, ecx, edx, si, di); 156 unsigned long si, di, eax, ebx, ecx, edx; local in function:vmw_port_hb_out 172 eax, ebx, ecx, edx, si, di); 193 eax, ebx, ecx, edx, si, di); 212 unsigned long si, di, eax, ebx, ecx, edx; local in function:vmw_port_hb_in 226 eax, ebx, ecx, edx, si, di); 243 eax, ebx, ecx, edx, si, di) 267 unsigned long eax, ebx, ecx, edx, si, di; local in function:vmw_send_msg 320 unsigned long eax, ebx, ecx, edx, si, di; local in function:vmw_recv_msg [all...] |
/src/sys/external/mit/xen-include-public/dist/xen/include/public/hvm/ |
hvm_vcpu.h | 29 uint32_t eax; member in struct:vcpu_hvm_x86_32
|
hvm_vcpu.h | 29 uint32_t eax; member in struct:vcpu_hvm_x86_32
|
/src/usr.sbin/tprof/arch/ |
tprof_x86.c | 64 x86_cpuid(unsigned int *eax, unsigned int *ebx, 68 : "=a" (*eax), 72 : "0" (*eax), "2" (*ecx)); 103 unsigned int eax, ebx, ecx, edx, vectorlen; local in function:init_intel_arch1 107 eax = 0x0a; 111 x86_cpuid(&eax, &ebx, &ecx, &edx); 113 vectorlen = __SHIFTOUT(eax, CPUID_PERF_BVECLEN); 119 * a) the bit vector length in EAX. 799 unsigned int eax, ebx, ecx, edx; local in function:init_intel_generic 813 eax = 0x01 1294 unsigned int eax, ebx, ecx, edx; local in function:init_amd_generic [all...] |
tprof_x86.c | 64 x86_cpuid(unsigned int *eax, unsigned int *ebx, 68 : "=a" (*eax), 72 : "0" (*eax), "2" (*ecx)); 103 unsigned int eax, ebx, ecx, edx, vectorlen; local in function:init_intel_arch1 107 eax = 0x0a; 111 x86_cpuid(&eax, &ebx, &ecx, &edx); 113 vectorlen = __SHIFTOUT(eax, CPUID_PERF_BVECLEN); 119 * a) the bit vector length in EAX. 799 unsigned int eax, ebx, ecx, edx; local in function:init_intel_generic 813 eax = 0x01 1294 unsigned int eax, ebx, ecx, edx; local in function:init_amd_generic [all...] |
/src/sys/external/bsd/gnu-efi/dist/inc/ia64/ |
salproc.h | 45 UINT32 eax; member in struct:tagIA32_BIOS_REGISTER_STATE
|
salproc.h | 45 UINT32 eax; member in struct:tagIA32_BIOS_REGISTER_STATE
|
/src/sys/dev/nvmm/x86/ |
nvmm_x86.h | 286 uint32_t eax; member in struct:nvmm_vcpu_conf_cpuid::__anon2a671044060a::__anon2a6710440708::__anon2a6710440808 292 uint32_t eax; member in struct:nvmm_vcpu_conf_cpuid::__anon2a671044060a::__anon2a6710440708::__anon2a6710440908 314 uint32_t eax; member in struct:nvmm_x86_cpuid_mask
|
nvmm_x86.h | 286 uint32_t eax; member in struct:nvmm_vcpu_conf_cpuid::__anon2a671044060a::__anon2a6710440708::__anon2a6710440808 292 uint32_t eax; member in struct:nvmm_vcpu_conf_cpuid::__anon2a671044060a::__anon2a6710440708::__anon2a6710440908 314 uint32_t eax; member in struct:nvmm_x86_cpuid_mask
|
/src/tests/lib/libc/sys/ |
t_ptrace_x86_wait.h | 2038 " leal 24(%%eip), %%eax\n\t" 2040 " movl %%eax, (%%rdx)\n\t" 2238 "movl %6, %%eax\n\t" 2302 "movl %%esp, %%eax\n\t" 2309 "movl %%eax, %%esp\n\t" 2313 : "%eax", "%ebx" 3163 unsigned int eax, ebx, ecx, edx; local in function:x86_register_test 3167 if (!__get_cpuid(1, &eax, &ebx, &ecx, &edx)) 3170 DPRINTF("cpuid[eax=1]: ECX = %08x, EDX = %08xd\n", ecx, edx); 3174 /* ZMM is in EAX=7, ECX=0 * [all...] |