Home
last modified time | relevance | path

Searched refs:ixol (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
Duprobes.h40 u32 ixol; member
/linux-4.4.14/arch/mips/kernel/
Duprobes.c98 aup->ixol[0] = aup->insn[insn_has_delay_slot(inst)]; in arch_uprobe_analyze_insn()
99 aup->ixol[1] = UPROBE_BRK_UPROBE_XOL; /* NOP */ in arch_uprobe_analyze_insn()
/linux-4.4.14/arch/x86/include/asm/
Duprobes.h41 u8 ixol[MAX_UINSN_BYTES]; member
/linux-4.4.14/arch/arm/probes/uprobes/
Dcore.c87 auprobe->ixol[0] = __opcode_to_mem_arm(insn); in arch_uprobe_analyze_insn()
88 auprobe->ixol[1] = __opcode_to_mem_arm(UPROBE_SS_ARM_INSN); in arch_uprobe_analyze_insn()
Dactions-arm.c117 reg = uprobes_substitute_pc(&auprobe->ixol[0], regs); in decode_pc_ro()
186 auprobe->ixol[0] = __opcode_to_mem_arm(insn); in uprobe_decode_ldmstm()
/linux-4.4.14/arch/arm/include/asm/
Duprobes.h32 unsigned long ixol[2]; member
/linux-4.4.14/arch/s390/include/asm/
Duprobes.h23 uprobe_opcode_t ixol[3]; member
/linux-4.4.14/arch/mips/include/asm/
Duprobes.h38 u32 ixol[2]; member
/linux-4.4.14/kernel/events/
Duprobes.c1304 &uprobe->arch.ixol, sizeof(uprobe->arch.ixol)); in xol_get_insn_slot()