Home
last modified time | relevance | path

Searched refs:b6 (Results 1 – 25 of 38) sorted by relevance

12

/arch/ia64/kernel/
Djprobes.S68 mov b6=r16
70 br.ret.sptk.many b6
Dmca_drv_asm.S40 mov b6=loc1
48 br.call.sptk.many rp=b6 // does not return ...
Defi_stub.S62 mov b6=r2
75 br.call.sptk.many rp=b6 // call the EFI function
Desi_stub.S79 mov b6=r2
85 br.call.sptk.many rp=b6 // call the ESI function
Dfsys.S53 .altrp b6
62 .altrp b6
95 .altrp b6
142 .altrp b6
189 .altrp b6
364 .altrp b6
382 .altrp b6
549 .altrp b6
598 .altrp b6
619 .altrp b6
[all …]
Dgate.S40 .altrp b6
49 br.ret.sptk.many b6
153 mov b6=r10
163 br.call.sptk.many rp=b6 // call the signal handler
315 .altrp b6
Divt.S736 mov r19=b6 // I0 (2 cyc)
789 mov b6=r30 // I0 setup syscall handler branch reg early
807 mov b6=r30 // I0 setup syscall handler branch reg early
857 (p14) br.call.sptk.many b6=b6 // B invoke syscall-handker (ignore return addr)
943 # error This code assumes that b6 is the first field in pt_regs.
1536 br.call.sptk.many b6=ia64_do_page_fault // ignore return address
1562 br.call.sptk.many b6=ia64_bad_break // avoid WAW on CFM and ignore return addr
1585 br.call.sptk.many b6=ia64_handle_irq
1646 br.call.sptk.many b6=ia64_fault
1683 mov b6=r8
[all …]
Drelocate_kernel.S59 mov b6=in1
173 br.call.sptk.many b0=b6;;
237 mov r4=b6
Dbrl_emu.c148 regs->b6 = next_ip; in ia64_emulate_brl()
Dentry.S556 mov b6=r20
557 br.call.sptk.many rp=b6 // do the syscall
801 mov b6=r18 // I0 restore b6
913 mov b6=r28
1350 mov b6=loc2
1355 br.call.sptk.many rp=b6 // invoke the callback function
1407 mov b6 = r3
1409 br.call.sptk.many b0 = b6
1438 mov b6 = r3
1440 br.call.sptk.many b0 = b6
[all …]
Dkprobes.c722 if ((regs->b6 == bundle_addr) || in resume_execution()
723 (regs->b6 == bundle_addr + 0x10)) { in resume_execution()
724 regs->b6 = (regs->b6 - bundle_addr) + in resume_execution()
Dsignal.c72 err |= __get_user(scr->pt.b6, &sc->sc_br[6]); /* b6 */ in restore_sigcontext()
276 err |= __put_user(scr->pt.b6, &sc->sc_br[6]); /* b6 */ in setup_sigcontext()
Dminstate.h175 mov r18=b6; \
/arch/c6x/include/asm/
Dsyscall.h68 *args++ = regs->b6; in syscall_get_arguments()
106 regs->b6 = *args++; in syscall_set_arguments()
Dptrace.h131 REG_PAIR(b7, b6);
/arch/ia64/include/asm/
Dasmmacro.h100 br.ret.sptk.many b6;; \
103 # define FSYS_RETURN br.ret.sptk.many b6
Dptrace.h102 unsigned long b6; /* scratch */ member
Dkvm_host.h501 unsigned long b6; /* scratch */ member
/arch/ia64/kvm/
Dvmm_ivt.S104 br.call.sptk.many b6=vmm_panic_handler;
259 br.call.sptk.many b6=kvm_ia64_handle_break
372 mov r18=b6
414 br.call.sptk.many b6=kvm_ia64_handle_irq
449 br.call.sptk.many b6=kvm_vexirq
830 br.call.sptk.many b6=kvm_page_fault
852 br.call.sptk.many b6=kvm_page_fault
881 br.call.sptk.many b6=reflect_interruption
909 br.call.sptk.many b6=kvm_emulate
930 br.call.sptk.many b6=kvm_ia64_handle_irq
[all …]
Dkvm_minstate.h216 mov r18=b6; \
/arch/ia64/lib/
Dmemcpy.S253 mov b6=t4
254 br.sptk.few b6
/arch/c6x/kernel/
Dprocess.c174 (int __user *)regs->b6); in SYSCALL_DEFINE1()
Dsignal.c47 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in restore_sigcontext()
110 COPY(sp); COPY(a4); COPY(b4); COPY(a6); COPY(b6); COPY(a8); COPY(b8); in setup_sigcontext()
Dasm-offsets.c72 OFFSET(REGS_B6, pt_regs, b6); in foo()
/arch/x86/kernel/
Dkprobes.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) | \

12