Searched refs:UPROBE_XOL_SLOT_BYTES (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Duprobes.h16 #define UPROBE_XOL_SLOT_BYTES 256 /* cache aligned */ macro
/linux-master/arch/mips/include/asm/
H A Duprobes.h27 #define UPROBE_XOL_SLOT_BYTES 128 /* Max. cache line size */ macro
/linux-master/arch/csky/include/asm/
H A Duprobes.h12 #define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES macro
/linux-master/arch/powerpc/include/asm/
H A Duprobes.h18 #define UPROBE_XOL_SLOT_BYTES (MAX_UINSN_BYTES) macro
/linux-master/arch/arm64/include/asm/
H A Duprobes.h17 #define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES macro
/linux-master/arch/loongarch/include/asm/
H A Duprobes.h10 #define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES macro
/linux-master/arch/sparc/include/asm/
H A Duprobes.h17 #define UPROBE_XOL_SLOT_BYTES (MAX_UINSN_BYTES * 2) macro
/linux-master/arch/x86/include/asm/
H A Duprobes.h18 #define UPROBE_XOL_SLOT_BYTES 128 /* to keep it cache aligned */ macro
/linux-master/arch/arm/include/asm/
H A Duprobes.h15 #define UPROBE_XOL_SLOT_BYTES 64 macro
/linux-master/arch/riscv/include/asm/
H A Duprobes.h19 #define UPROBE_XOL_SLOT_BYTES MAX_UINSN_BYTES macro
/linux-master/kernel/events/
H A Duprobes.c32 #define UINSNS_PER_PAGE (PAGE_SIZE/UPROBE_XOL_SLOT_BYTES)
1596 slot_addr = area->vaddr + (slot_nr * UPROBE_XOL_SLOT_BYTES);
1650 slot_nr = offset / UPROBE_XOL_SLOT_BYTES;

Completed in 234 milliseconds