Home
last modified time | relevance | path

Searched refs:b7 (Results 1 – 25 of 35) sorted by relevance

12

/arch/ia64/kernel/
Dparavirtentry.S62 BRANCH_PROC(switch_to, r22, b7, SWITCH_TO)
63 BRANCH_PROC_UNWINFO(leave_syscall, r22, b7, LEAVE_SYSCALL)
64 BRANCH_PROC(work_processed_syscall, r2, b7, WORK_PROCESSED_SYSCALL)
65 BRANCH_PROC_UNWINFO(leave_kernel, r22, b7, LEAVE_KERNEL)
Dpal.S76 mov b7 = loc2
81 br.cond.sptk.many b7
115 mov b7 = loc2
117 br.call.sptk.many rp=b7 // now make the call
168 mov b7 = loc2 // install target to branch reg
180 br.cond.sptk.many b7
225 mov b7 = loc2 // install target to branch reg
237 br.call.sptk.many rp=b7 // now make the call
Dgate.S353 (p6) mov b7=r18 // I0
354 (p8) br.dptk.many b7 // B
368 (p6) mov b7=r14
369 (p6) br.sptk.many b7
Dentry.h70 mov.ret.sptk b7=r28,1f; \
79 mov.ret.sptk b7=r28,1f; \
Dbrl_emu.c151 regs->b7 = next_ip; in ia64_emulate_brl()
Dkprobes.c729 if ((regs->b7 == bundle_addr) || in resume_execution()
730 (regs->b7 == bundle_addr + 0x10)) { in resume_execution()
731 regs->b7 = (regs->b7 - bundle_addr) + in resume_execution()
Dentry.S245 .altrp b7
357 br.cond.sptk.many b7
368 .altrp b7
457 br.cond.sptk.many b7
834 mov b7=r14 // I0 clear b7 (hint with __kernel_syscall_via_epc)
922 mov b7=r29
1297 mov.sptk b7=r8,ia64_native_leave_kernel
1300 br.many b7
1448 mov b7 = r3
1455 br b7
Dsignal.c82 err |= __get_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in restore_sigcontext()
267 err |= __put_user(scr->pt.b7, &sc->sc_br[7]); /* b7 */ in setup_sigcontext()
Drelocate_kernel.S241 mov r5=b7
Dminstate.h179 mov r19=b7; \
Dptrace.c776 pt->b7 = 0; in convert_to_non_syscall()
919 retval |= __put_user(pt->b7, &ppr->br[7]); in ptrace_getregs()
1055 retval |= __get_user(pt->b7, &ppr->br[7]); in ptrace_setregs()
1337 ptr = &pt->b7; in access_elf_breg()
/arch/ia64/hp/sim/boot/
Dboot_head.S50 mov b7=in1
51 br.sptk.few b7
/arch/ia64/include/asm/
Dasmmacro.h95 br.call.sptk.many b7=2f;; \
Dkvm_host.h497 unsigned long b7; /* scratch */ member
/arch/ia64/include/uapi/asm/
Dptrace.h78 unsigned long b7; /* scratch */ member
/arch/c6x/kernel/
Dsignal.c47 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in restore_sigcontext()
112 COPY(b0); COPY(b1); COPY(b2); COPY(b3); COPY(b5); COPY(b7); COPY(b9); in setup_sigcontext()
Dasm-offsets.c73 OFFSET(REGS_B7, pt_regs, b7); in foo()
Dtraps.c44 pr_err("A7: %08lx B7: %08lx\n", regs->a7, regs->b7); in show_regs()
/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S73 # r1 = {b7 b6 b5 b4 b3 b2 b1 b0}
89 # r7 = {h7 g7 f7 e7 d7 c7 b7 a7}
95 vshufps $0xEE, \r1, \r0, \r0 # r0 = {b7 b6 a7 a6 b3 b2 a3 a2}
100 vshufps $0xDD, \r2, \r0, \r0 # r0 = {d7 c7 b7 a7 d3 c3 b3 a3}
/arch/c6x/include/uapi/asm/
Dptrace.h136 REG_PAIR(b7, b6);
/arch/x86/kernel/
Duprobes.c58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
60 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/arch/x86/kernel/kprobes/
Dcore.c70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
72 (b4##UL << 0x4)|(b5##UL << 0x5)|(b6##UL << 0x6)|(b7##UL << 0x7) | \
/arch/ia64/kvm/
Dkvm_minstate.h220 mov r19 = b7; \
Dasm-offsets.c76 offsetof(struct kvm_pt_regs, b7)); in foo()
Dvmm_ivt.S376 mov r19=b7
985 mov b7=r29
1110 mov b7 = r25

12