Home
last modified time | relevance | path

Searched refs:quad1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/arch/ia64/kernel/
Dkprobes.c90 brl->quad1.slot1_p1 = (((rel >> 20) & 0x7fffffffff) << 2) >> (64 - 46); in set_brl_inst()
92 brl->quad1.slot2 = BRL_INST(rel >> 59, rel & 0xfffff); in set_brl_inst()
321 bundle->quad1.slot1_p1 = break_inst >> (64-46); in prepare_break_inst()
324 bundle->quad1.slot2 = break_inst; in prepare_break_inst()
350 *major_opcode = (bundle->quad1.slot1_p1 >> SLOT1_p1_OPCODE_SHIFT); in get_kprobe_inst()
352 kprobe_inst_p1 = bundle->quad1.slot1_p1; in get_kprobe_inst()
356 *major_opcode = (bundle->quad1.slot2 >> SLOT2_OPCODE_SHIFT); in get_kprobe_inst()
357 *kprobe_inst = bundle->quad1.slot2; in get_kprobe_inst()
639 dest->quad1.slot1_p1 = src->quad1.slot1_p1; in arch_arm_kprobe()
642 dest->quad1.slot2 = src->quad1.slot2; in arch_arm_kprobe()
[all …]
Dparavirt_patch.c109 ((unsigned long long)bundle->quad1.slot1_p1 << 18UL); in paravirt_read_slot1()
117 inst.l = bundle->quad1.slot2; in paravirt_read_slot2()
150 bundle->quad1.slot1_p1 = inst.l >> 18UL; in paravirt_write_slot1()
156 bundle->quad1.slot2 = inst.l; in paravirt_write_slot2()
200 (unsigned long)bundle->quad1.slot1_p1, in paravirt_print_bundle()
201 (unsigned long)bundle->quad1.slot2); in paravirt_print_bundle()
/linux-4.1.27/arch/ia64/include/asm/
Dkprobes.h67 } quad1; member