Home
last modified time | relevance | path

Searched defs:x86_emulate_ops (Results 1 – 1 of 1) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h20344 struct x86_emulate_ops { struct
20345 void (*vm_bugged)(struct x86_emulate_ctxt *);
20346 ulong (*read_gpr)(struct x86_emulate_ctxt *, unsigned int);
20347 void (*write_gpr)(struct x86_emulate_ctxt *, unsigned int, ulong);
20348 …std)(struct x86_emulate_ctxt *, unsigned long, void *, unsigned int, struct x86_exception *, bool);
20349 …std)(struct x86_emulate_ctxt *, unsigned long, void *, unsigned int, struct x86_exception *, bool);
20350 …t (*fetch)(struct x86_emulate_ctxt *, unsigned long, void *, unsigned int, struct x86_exception *);
20351 …_emulated)(struct x86_emulate_ctxt *, unsigned long, void *, unsigned int, struct x86_exception *);
20352 …ted)(struct x86_emulate_ctxt *, unsigned long, const void *, unsigned int, struct x86_exception *);
20353 …6_emulate_ctxt *, unsigned long, const void *, const void *, unsigned int, struct x86_exception *);
[all …]