/Linux-v4.19/arch/sh/kernel/cpu/sh5/ |
D | entry.S | 257 putcon SP, KCR1 260 movi reg_save_area, SP 261 st.q SP, SAVED_R2, r2 262 st.q SP, SAVED_R3, r3 263 st.q SP, SAVED_R4, r4 264 st.q SP, SAVED_R5, r5 265 st.q SP, SAVED_R6, r6 266 st.q SP, SAVED_R18, r18 268 st.q SP, SAVED_TR0, r3 275 or SP, ZERO, r5 [all …]
|
/Linux-v4.19/arch/c6x/kernel/ |
D | entry.S | 22 #define SP B15 macro 43 SHR .S1X SP,THREAD_SHIFT,reg 51 STW .D2T2 B0,*SP--[2] ; save original B0 57 STW .D2T2 B1,*+SP[1] ; save original B1 58 XOR .D2 SP,B1,B0 ; (SP ^ KSP) 59 LDW .D2T2 *+SP[1],B1 ; restore B0/B1 60 LDW .D2T2 *++SP[2],B0 62 [B0] STDW .D2T2 SP:DP,*--B1[1] ; user: save user sp/dp kstack 63 [B0] MV .S2 B1,SP ; and switch to kstack 64 ||[!B0] STDW .D2T2 SP:DP,*--SP[1] ; kernel: save on current stack [all …]
|
D | switch_to.S | 13 #define SP B15 macro 45 ;; Switch to next SP 46 MV .S2 B7,SP
|
/Linux-v4.19/tools/lib/traceevent/ |
D | plugin_mac80211.c | 58 #define SP() trace_seq_putc(s, ' ') macro 72 SF("assoc"); SP(); in drv_bss_info_changed() 73 SF("aid"); SP(); in drv_bss_info_changed() 74 SF("cts"); SP(); in drv_bss_info_changed() 75 SF("shortpre"); SP(); in drv_bss_info_changed() 76 SF("shortslot"); SP(); in drv_bss_info_changed() 77 SF("dtimper"); SP(); in drv_bss_info_changed() 79 SF("bcnint"); SP(); in drv_bss_info_changed() 80 SFX("assoc_cap"); SP(); in drv_bss_info_changed() 81 SFX("basic_rates"); SP(); in drv_bss_info_changed()
|
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | spu_save_crt0.S | 77 il $SP, 16368 78 stqd $0, 0($SP) 84 stqd $SP, -160($SP) 85 ai $SP, $SP, -160
|
D | spu_restore_crt0.S | 43 il $SP, 16368 44 stqd $0, 0($SP) 50 stqd $SP, -160($SP) 51 ai $SP, $SP, -160
|
/Linux-v4.19/lib/ |
D | sg_pool.c | 16 #define SP(x) { .size = x, "sgpool-" __stringify(x) } macro 21 SP(8), 22 SP(16), 24 SP(32), 26 SP(64), 28 SP(128), 35 SP(SG_CHUNK_SIZE) 37 #undef SP
|
/Linux-v4.19/arch/arm/kernel/ |
D | unwind.c | 87 SP = 13, enumerator 260 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() 272 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13() 280 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() 292 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN() 300 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3() 311 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3() 327 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() 329 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() 346 ctrl->vrs[SP] = ctrl->vrs[insn & 0x0f]; in unwind_exec_insn() [all …]
|
/Linux-v4.19/arch/x86/crypto/ |
D | serpent-sse2-x86_64-asm_64.S | 580 #define SP(SBOX, x0, x1, x2, x3, x4, i) \ macro 716 SP(SI7, RA, RB, RC, RD, RE, 31); KL2(RB, RD, RA, RE, RC, 31); 717 SP(SI6, RB, RD, RA, RE, RC, 30); KL2(RA, RC, RE, RB, RD, 30); 718 SP(SI5, RA, RC, RE, RB, RD, 29); KL2(RC, RD, RA, RE, RB, 29); 719 SP(SI4, RC, RD, RA, RE, RB, 28); KL2(RC, RA, RB, RE, RD, 28); 720 SP(SI3, RC, RA, RB, RE, RD, 27); KL2(RB, RC, RD, RE, RA, 27); 721 SP(SI2, RB, RC, RD, RE, RA, 26); KL2(RC, RA, RE, RD, RB, 26); 722 SP(SI1, RC, RA, RE, RD, RB, 25); KL2(RB, RA, RE, RD, RC, 25); 723 SP(SI0, RB, RA, RE, RD, RC, 24); KL2(RE, RC, RA, RB, RD, 24); 724 SP(SI7, RE, RC, RA, RB, RD, 23); KL2(RC, RB, RE, RD, RA, 23); [all …]
|
D | serpent-avx-x86_64-asm_64.S | 545 #define SP(SBOX, x0, x1, x2, x3, x4, i) \ macro 641 SP(SI7, RA, RB, RC, RD, RE, 31); KL2(RB, RD, RA, RE, RC, 31); 642 SP(SI6, RB, RD, RA, RE, RC, 30); KL2(RA, RC, RE, RB, RD, 30); 643 SP(SI5, RA, RC, RE, RB, RD, 29); KL2(RC, RD, RA, RE, RB, 29); 644 SP(SI4, RC, RD, RA, RE, RB, 28); KL2(RC, RA, RB, RE, RD, 28); 645 SP(SI3, RC, RA, RB, RE, RD, 27); KL2(RB, RC, RD, RE, RA, 27); 646 SP(SI2, RB, RC, RD, RE, RA, 26); KL2(RC, RA, RE, RD, RB, 26); 647 SP(SI1, RC, RA, RE, RD, RB, 25); KL2(RB, RA, RE, RD, RC, 25); 648 SP(SI0, RB, RA, RE, RD, RC, 24); KL2(RE, RC, RA, RB, RD, 24); 649 SP(SI7, RE, RC, RA, RB, RD, 23); KL2(RC, RB, RE, RD, RA, 23); [all …]
|
D | serpent-avx2-asm_64.S | 541 #define SP(SBOX, x0, x1, x2, x3, x4, i) \ macro 637 SP(SI7, RA, RB, RC, RD, RE, 31); KL2(RB, RD, RA, RE, RC, 31); 638 SP(SI6, RB, RD, RA, RE, RC, 30); KL2(RA, RC, RE, RB, RD, 30); 639 SP(SI5, RA, RC, RE, RB, RD, 29); KL2(RC, RD, RA, RE, RB, 29); 640 SP(SI4, RC, RD, RA, RE, RB, 28); KL2(RC, RA, RB, RE, RD, 28); 641 SP(SI3, RC, RA, RB, RE, RD, 27); KL2(RB, RC, RD, RE, RA, 27); 642 SP(SI2, RB, RC, RD, RE, RA, 26); KL2(RC, RA, RE, RD, RB, 26); 643 SP(SI1, RC, RA, RE, RD, RB, 25); KL2(RB, RA, RE, RD, RC, 25); 644 SP(SI0, RB, RA, RE, RD, RC, 24); KL2(RE, RC, RA, RB, RD, 24); 645 SP(SI7, RE, RC, RA, RB, RD, 23); KL2(RC, RB, RE, RD, RA, 23); [all …]
|
/Linux-v4.19/Documentation/devicetree/bindings/watchdog/ |
D | zii,rave-sp-wdt.txt | 3 RAVE SP watchdog device is a "MFD cell" device corresponding to 6 corresponding to the parent RAVE SP device (as documented in 11 - compatible: Depending on wire protocol implemented by RAVE SP
|
/Linux-v4.19/arch/arm/probes/ |
D | decode-thumb.c | 108 REGS(SP, 0, SP, 0, NOSPPC)), 117 REGS(SP, 0, NOPC, 0, NOSPPC)), 170 REGS(SP, 0, NOPC, 0, 0)), 201 REGS(SP, 0, SP, 0, 0)),
|
/Linux-v4.19/Documentation/devicetree/bindings/serio/ |
D | olpc,ap-sp.txt | 1 OLPC AP-SP serio interface 6 - interrupts : SP-AP interrupt
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | regs_load.S | 11 #define SP 7 * 8 macro 41 movq %rax, SP(%rdi) 78 movl %eax, SP(%edi)
|
/Linux-v4.19/tools/perf/arch/arm64/tests/ |
D | regs_load.S | 8 #define SP (8 * 31) macro 43 str x1, [x0, #SP]
|
/Linux-v4.19/Documentation/devicetree/bindings/leds/backlight/ |
D | zii,rave-sp-backlight.txt | 3 RAVE SP backlight device is a "MFD cell" device corresponding to 6 corresponding to the parent RAVE SP device (as documented in
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | zii,rave-sp-pwrbutton.txt | 3 RAVE SP input device is a "MFD cell" device corresponding to power 6 corresponding to the parent RAVE SP device (as documented in
|
/Linux-v4.19/tools/perf/arch/arm/tests/ |
D | regs_load.S | 17 #define SP 0x68 macro 54 str sp, [r0, #SP]
|
/Linux-v4.19/arch/x86/kernel/ |
D | vm86_32.c | 82 #define SP(regs) (*(unsigned short *)&((regs)->pt.sp)) macro 559 SP(regs) -= 6; in do_int() 579 do_int(regs, trapno, (unsigned char __user *) (regs->pt.ss << 4), SP(regs)); in handle_vm86_trap() 607 sp = SP(regs); in handle_vm86_fault() 634 SP(regs) -= 4; in handle_vm86_fault() 637 SP(regs) -= 2; in handle_vm86_fault() 648 SP(regs) += 4; in handle_vm86_fault() 651 SP(regs) += 2; in handle_vm86_fault() 687 SP(regs) += 12; in handle_vm86_fault() 692 SP(regs) += 6; in handle_vm86_fault()
|
/Linux-v4.19/arch/sh/kernel/ |
D | head_64.S | 279 movi init_thread_union, SP 280 putcon SP, KCR0 /* Set current to init_task */ 282 add SP, r22, SP
|
/Linux-v4.19/arch/m68k/ifpsp060/ |
D | fpsp.doc | 169 - documented in 3.5 of 060SP spec. 177 - documented in 3.5 of 060SP spec. 185 - documented in 3.7 of 060SP spec. 193 - documented in 3.6 of 060SP spec. 202 - documented in 3.4 of 060SP spec. 214 - documented in 3.4 of 060SP spec. 227 - not fully documented in 060SP spec. 264 - documented in 3.1 of 060SP spec.
|
/Linux-v4.19/tools/perf/util/scripting-engines/ |
D | trace-event-perl.c | 86 PUSHMARK(SP); in define_symbolic_value() 118 PUSHMARK(SP); in define_symbolic_field() 144 PUSHMARK(SP); in define_flag_value() 177 PUSHMARK(SP); in define_flag_field() 377 PUSHMARK(SP); in perl_process_tracepoint() 441 PUSHMARK(SP); in perl_process_event_generic() 466 PUSHMARK(SP); in run_start_sub() 527 PUSHMARK(SP); in perl_stop_script()
|
/Linux-v4.19/tools/perf/arch/x86/util/ |
D | unwind-libdw.c | 25 dwarf_regs[4] = REG(SP); in libdw__arch_set_initial_registers() 39 dwarf_regs[7] = REG(SP); in libdw__arch_set_initial_registers()
|
/Linux-v4.19/arch/mips/kvm/ |
D | entry.c | 50 #define SP 29 macro 225 UASM_i_ADDIU(&p, K1, SP, -(int)sizeof(struct pt_regs)); in kvm_mips_build_vcpu_run() 249 UASM_i_SW(&p, SP, offsetof(struct kvm_vcpu_arch, host_stack), K1); in kvm_mips_build_vcpu_run() 771 UASM_i_LW(&p, SP, offsetof(struct kvm_vcpu_arch, host_stack), K1); in kvm_mips_build_exit() 774 UASM_i_ADDIU(&p, SP, SP, -(int)sizeof(struct pt_regs)); in kvm_mips_build_exit() 782 kvm_mips_build_restore_scratch(&p, K0, SP); in kvm_mips_build_exit() 799 UASM_i_ADDIU(&p, SP, SP, -CALLFRAME_SIZ); in kvm_mips_build_exit()
|