Home
last modified time | relevance | path

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

/linux/arch/arm/probes/
H A Ddecode-thumb.c863 bool emulate, const union decode_action *actions, in thumb16_probes_decode_insn()
874 bool emulate, const union decode_action *actions, in thumb32_probes_decode_insn()
H A Ddecode-arm.c721 bool emulate, const union decode_action *actions, in arm_probes_decode_insn()
H A Ddecode.c413 bool emulate, const union decode_action *actions, in probes_decode_insn()
/linux/arch/arm/nwfpe/
H A Dentry.S73 emulate: label
/linux/drivers/staging/fbtft/
H A Dfb_hx8340bn.c30 static bool emulate; variable
/linux/arch/x86/kernel/
H A Dstatic_call.c61 const void *emulate = NULL; in __static_call_transform() local
H A Dalternative.c3077 …tic void __smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate) in __smp_text_poke_batch_add()
3190 void __ref smp_text_poke_batch_add(void *addr, const void *opcode, size_t len, const void *emulate) in smp_text_poke_batch_add()
3209 void __ref smp_text_poke_single(void *addr, const void *opcode, size_t len, const void *emulate) in smp_text_poke_single()
H A Duprobes.c1192 bool (*emulate)(struct arch_uprobe *, struct pt_regs *); member