/arch/ia64/kernel/ |
D | paravirtentry.S | 62 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)
|
D | pal.S | 76 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
|
D | gate.S | 353 (p6) mov b7=r18 // I0 354 (p8) br.dptk.many b7 // B 368 (p6) mov b7=r14 369 (p6) br.sptk.many b7
|
D | entry.h | 70 mov.ret.sptk b7=r28,1f; \ 79 mov.ret.sptk b7=r28,1f; \
|
D | brl_emu.c | 151 regs->b7 = next_ip; in ia64_emulate_brl()
|
D | kprobes.c | 729 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()
|
D | entry.S | 245 .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
|
D | signal.c | 82 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()
|
D | relocate_kernel.S | 241 mov r5=b7
|
D | minstate.h | 179 mov r19=b7; \
|
D | ptrace.c | 776 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/ |
D | boot_head.S | 50 mov b7=in1 51 br.sptk.few b7
|
/arch/ia64/include/asm/ |
D | asmmacro.h | 95 br.call.sptk.many b7=2f;; \
|
D | kvm_host.h | 497 unsigned long b7; /* scratch */ member
|
/arch/ia64/include/uapi/asm/ |
D | ptrace.h | 78 unsigned long b7; /* scratch */ member
|
/arch/c6x/kernel/ |
D | signal.c | 47 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()
|
D | asm-offsets.c | 73 OFFSET(REGS_B7, pt_regs, b7); in foo()
|
D | traps.c | 44 pr_err("A7: %08lx B7: %08lx\n", regs->a7, regs->b7); in show_regs()
|
/arch/x86/crypto/sha-mb/ |
D | sha1_x8_avx2.S | 73 # 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/ |
D | ptrace.h | 136 REG_PAIR(b7, b6);
|
/arch/x86/kernel/ |
D | uprobes.c | 58 #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/ |
D | core.c | 70 #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/ |
D | kvm_minstate.h | 220 mov r19 = b7; \
|
D | asm-offsets.c | 76 offsetof(struct kvm_pt_regs, b7)); in foo()
|
D | vmm_ivt.S | 376 mov r19=b7 985 mov b7=r29 1110 mov b7 = r25
|