OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_regs
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
linux_seccomp.h
163
#define SECCOMP_PT_RESULT(
_regs
) (
_regs
).eax
164
#define SECCOMP_PT_SYSCALL(
_regs
) (
_regs
).orig_eax
165
#define SECCOMP_PT_IP(
_regs
) (
_regs
).eip
166
#define SECCOMP_PT_PARM1(
_regs
) (
_regs
).ebx
167
#define SECCOMP_PT_PARM2(
_regs
) (
_regs
).ec
[
all
...]
/external/qemu/target-i386/
hax-interface.h
115
uint64
_regs
[16];
member in union:vcpu_state_t::__anon33854
Completed in 248 milliseconds