Searched defs:eax (Results 1 - 25 of 40) sorted by relevance

12

/freebsd-10-stable/usr.sbin/bhyve/
H A Dpost.c40 post_data_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
H A Datkbdc.c51 atkbdc_data_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
63 atkbdc_sts_ctl_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
H A Dconsport.c103 console_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
H A Ddbgport.c56 dbg_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
H A Dpm.c57 reset_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
152 pm1_status_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
176 pm1_enable_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
229 pm1_control_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
269 smi_cmd_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
[all...]
H A Dinout.c107 uint32_t eax, val; local
66 default_inout(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
[all...]
H A Dpci_lpc.c142 lpc_uart_io_handler(struct vmctx *ctx, int vcpu, int in, int port, int bytes, uint32_t *eax, void *arg) argument
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dcrtfastmath.c52 unsigned int eax, ebx, ecx, edx; local
H A Ddriver-i386.c66 unsigned int eax, ebx, ecx, edx; local
[all...]
/freebsd-10-stable/sys/boot/i386/btx/lib/
H A Dbtxv86.h37 uint32_t eax; /* V86 EAX register */ member in struct:__v86
/freebsd-10-stable/sys/boot/pc98/btx/lib/
H A Dbtxv86.h37 uint32_t eax; /* V86 EAX register */ member in struct:__v86
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextFreeBSD_i386.cpp29 uint32_t eax; member in struct:GPR
H A DRegisterContextLinux_i386.cpp24 uint32_t eax; member in struct:GPR
/freebsd-10-stable/sys/cddl/dev/dtrace/mips/
H A Ddtrace_subr.c63 dtrace_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
/freebsd-10-stable/sys/amd64/vmm/
H A Dx86.c88 x86_emulate_cpuid(struct vm *vm, int vcpu_id, uint32_t *eax, uint32_t *ebx, uint32_t *ecx, uint32_t *edx) argument
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/X86/
H A DX86JITInfo.cpp314 mov eax, dword ptr [ebp+4] local
[all...]
/freebsd-10-stable/crypto/openssl/crypto/modes/
H A Dmodes_lcl.h70 _asm mov eax, val _asm bswap eax} local
/freebsd-10-stable/crypto/openssl/crypto/sha/
H A Dsha512.c367 _asm mov eax,[ecx + 4] local
370 _asm rol edx, 16 _asm rol eax, 16 _asm xchg dh, dl _asm xchg ah, al} local
375 _asm mov eax,[ecx + 4] local
/freebsd-10-stable/sys/cddl/dev/dtrace/i386/
H A Ddtrace_subr.c66 dtrace_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
/freebsd-10-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_subr.c64 dtrace_invop(uintptr_t addr, uintptr_t *stack, uintptr_t eax) argument
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h65 uint32_t eax; member in struct:RegisterContextDarwin_i386::GPR
/freebsd-10-stable/sys/x86/cpufreq/
H A Dsmist.c239 int eax; local
/freebsd-10-stable/sys/xen/interface/arch-x86/
H A Dxen-x86_32.h121 uint32_t eax; member in struct:cpu_user_regs
/freebsd-10-stable/sys/amd64/vmm/io/
H A Dvatpic.c625 vatpic_read(struct vatpic *vatpic, struct atpic *atpic, bool in, int port, int bytes, uint32_t *eax) argument
663 vatpic_write(struct vatpic *vatpic, struct atpic *atpic, bool in, int port, int bytes, uint32_t *eax) argument
710 vatpic_master_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, uint32_t *eax) argument
730 vatpic_slave_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, uint32_t *eax) argument
750 vatpic_elc_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, uint32_t *eax) argument
[all...]
H A Dvatpit.c319 vatpit_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, uint32_t *eax) argument
402 vatpit_nmisc_handler(struct vm *vm, int vcpuid, bool in, int port, int bytes, uint32_t *eax) argument

Completed in 175 milliseconds

12