Home
last modified time | relevance | path

Searched refs:bundle_t (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/ia64/kernel/
Dkprobes.c85 bundle_t *brl; in set_brl_inst()
86 brl = (bundle_t *) ((u64) from & ~0xf); in set_brl_inst()
307 bundle_t *bundle = &p->opcode.bundle; in prepare_break_inst()
336 static void __kprobes get_kprobe_inst(bundle_t *bundle, uint slot, in get_kprobe_inst()
512 static int __kprobes __is_ia64_break_inst(bundle_t *bundle, uint slot) in __is_ia64_break_inst()
543 static int __kprobes can_boost(bundle_t *bundle, uint slot, in can_boost()
570 set_brl_inst(&p->ainsn.insn[1].bundle, (bundle_t *)addr + 1); in prepare_booster()
588 bundle_t *bundle; in arch_prepare_kprobe()
624 bundle_t *src, *dest; in arch_arm_kprobe()
651 bundle_t *src, *dest; in arch_disarm_kprobe()
[all …]
/linux-4.4.14/arch/ia64/include/asm/
Dkprobes.h68 } __attribute__((__aligned__(16))) bundle_t; typedef
103 bundle_t bundle;