/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | spu_save_crt0.S | 63 il $SP, 16368 64 stqd $0, 0($SP) 70 stqd $SP, -160($SP) 71 ai $SP, $SP, -160
|
H A D | spu_restore_crt0.S | 29 il $SP, 16368 30 stqd $0, 0($SP) 36 stqd $SP, -160($SP) 37 ai $SP, $SP, -160
|
/openbmc/linux/lib/ |
H A D | sg_pool.c | 17 #define SP(x) { .size = x, "sgpool-" __stringify(x) } macro 22 SP(8), 23 SP(16), 25 SP(32), 27 SP(64), 29 SP(128), 36 SP(SG_CHUNK_SIZE) 38 #undef SP
|
/openbmc/linux/arch/arm/kernel/ |
H A D | unwind.c | 75 SP = 13, enumerator 254 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r4_to_r13() 266 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r4_to_r13() 275 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_r4_to_rN() 287 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_r4_to_rN() 295 unsigned long *vsp = (unsigned long *)ctrl->vrs[SP]; in unwind_exec_pop_subset_r0_to_r3() 306 ctrl->vrs[SP] = (unsigned long)vsp; in unwind_exec_pop_subset_r0_to_r3() 345 ctrl->vrs[SP] += ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() 347 ctrl->vrs[SP] -= ((insn & 0x3f) << 2) + 4; in unwind_exec_insn() 364 ctrl->vrs[SP] = ctrl->vrs[insn & 0x0f]; in unwind_exec_insn() [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/optee/ |
H A D | optee-os-ts.inc | 4 # If an SP requires another SP to be already loaded it must be listed lower. 15 # ITS SP 21 # Storage SP 27 # Crypto SP. 33 # Attestation SP 39 # Env-test SP 45 # SE-Proxy SP 70 # Firmware Update SP 76 # Block Storage SP
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 52 ; 1. SP auto-switched to kernel mode stack 62 ; At the end, SP points to pt_regs 81 ; 1. SP auto-switched to kernel mode stack 85 ; At the end, SP points to pt_regs 160 ; - K mode: add the offset from current SP where H/w starts auto push 163 ; 2. Upon entry SP is always saved (for any inspection, unwinding etc), 166 lr r10, [AUX_USER_SP] ; U mode SP variable 170 add2.nz r10, r10, SZ_PT_REGS/4 ; K mode SP 172 st r10, [sp, PT_sp] ; SP (pt_regs->sp) 195 ; Restore SP (into AUX_USER_SP) only if returning to U mode [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/linpack/linpack/ |
H A D | 0001-linpack-Define-DP-only-when-SP-is-not-defined.patch | 4 Subject: [PATCH] linpack: Define DP only when SP is not defined 6 This helps compiling two versions ( SP/FP ) of the benchmark just by 24 +#ifndef SP 28 #ifdef SP
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0009-FF-A-v15-arm_ffa-efi-introduce-FF-A-MM-communication.patch | 21 On such event, MM SP can read the data and updates the MM shared 93 + Allowing access to the MM SP services (SPs such as StandAlonneMM, smm-gateway). 95 + When using the u-boot FF-A driver any MM SP is supported. 102 + operations to the MM SP running in the secure world. 103 + A door bell mechanism is used to notify the SP when there is data in the shared 114 + the MM SP in secure world. 117 + It is assumed that the MM SP knows the size of the shared MM communication buffer. 125 + buffer by the MM SP. 134 + the MM SP in secure world. 135 + It is assumed that the MM SP knows the address of the shared MM communication buffer. [all …]
|
/openbmc/linux/arch/x86/crypto/ |
H A D | serpent-sse2-x86_64-asm_64.S | 565 #define SP(SBOX, x0, x1, x2, x3, x4, i) \ macro 701 SP(SI7, RA, RB, RC, RD, RE, 31); KL2(RB, RD, RA, RE, RC, 31); 702 SP(SI6, RB, RD, RA, RE, RC, 30); KL2(RA, RC, RE, RB, RD, 30); 703 SP(SI5, RA, RC, RE, RB, RD, 29); KL2(RC, RD, RA, RE, RB, 29); 704 SP(SI4, RC, RD, RA, RE, RB, 28); KL2(RC, RA, RB, RE, RD, 28); 705 SP(SI3, RC, RA, RB, RE, RD, 27); KL2(RB, RC, RD, RE, RA, 27); 706 SP(SI2, RB, RC, RD, RE, RA, 26); KL2(RC, RA, RE, RD, RB, 26); 707 SP(SI1, RC, RA, RE, RD, RB, 25); KL2(RB, RA, RE, RD, RC, 25); 708 SP(SI0, RB, RA, RE, RD, RC, 24); KL2(RE, RC, RA, RB, RD, 24); 709 SP(SI7, RE, RC, RA, RB, RD, 23); KL2(RC, RB, RE, RD, RA, 23); [all …]
|
H A D | serpent-avx2-asm_64.S | 526 #define SP(SBOX, x0, x1, x2, x3, x4, i) \ macro 620 SP(SI7, RA, RB, RC, RD, RE, 31); KL2(RB, RD, RA, RE, RC, 31); 621 SP(SI6, RB, RD, RA, RE, RC, 30); KL2(RA, RC, RE, RB, RD, 30); 622 SP(SI5, RA, RC, RE, RB, RD, 29); KL2(RC, RD, RA, RE, RB, 29); 623 SP(SI4, RC, RD, RA, RE, RB, 28); KL2(RC, RA, RB, RE, RD, 28); 624 SP(SI3, RC, RA, RB, RE, RD, 27); KL2(RB, RC, RD, RE, RA, 27); 625 SP(SI2, RB, RC, RD, RE, RA, 26); KL2(RC, RA, RE, RD, RB, 26); 626 SP(SI1, RC, RA, RE, RD, RB, 25); KL2(RB, RA, RE, RD, RC, 25); 627 SP(SI0, RB, RA, RE, RD, RC, 24); KL2(RE, RC, RA, RB, RD, 24); 628 SP(SI7, RE, RC, RA, RB, RD, 23); KL2(RC, RB, RE, RD, RA, 23); [all …]
|
H A D | serpent-avx-x86_64-asm_64.S | 526 #define SP(SBOX, x0, x1, x2, x3, x4, i) \ macro 620 SP(SI7, RA, RB, RC, RD, RE, 31); KL2(RB, RD, RA, RE, RC, 31); 621 SP(SI6, RB, RD, RA, RE, RC, 30); KL2(RA, RC, RE, RB, RD, 30); 622 SP(SI5, RA, RC, RE, RB, RD, 29); KL2(RC, RD, RA, RE, RB, 29); 623 SP(SI4, RC, RD, RA, RE, RB, 28); KL2(RC, RA, RB, RE, RD, 28); 624 SP(SI3, RC, RA, RB, RE, RD, 27); KL2(RB, RC, RD, RE, RA, 27); 625 SP(SI2, RB, RC, RD, RE, RA, 26); KL2(RC, RA, RE, RD, RB, 26); 626 SP(SI1, RC, RA, RE, RD, RB, 25); KL2(RB, RA, RE, RD, RC, 25); 627 SP(SI0, RB, RA, RE, RD, RC, 24); KL2(RE, RC, RA, RB, RD, 24); 628 SP(SI7, RE, RC, RA, RB, RD, 23); KL2(RC, RB, RE, RD, RA, 23); [all …]
|
/openbmc/qemu/scripts/codeconverter/codeconverter/ |
H A D | qom_macros.py | 104 regexp = S(r'^[ \t]*typedef', SP, 105 NAMED('typedef_type', RE_TYPE), SP, 115 RE_FULL_STRUCT = S('struct', SP, M(RE_IDENTIFIER, n='?', name='structname'), SP, 127 r'}', M(RE_STRUCT_ATTRIBUTE, SP, n='*'))) 128 RE_STRUCT_TYPEDEF = S(r'^[ \t]*typedef', SP, RE_FULL_STRUCT, SP, 500 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP, 513 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP, 525 NAMED('instancetype', RE_TYPE), SP, 536 NAMED('classtype', RE_TYPE), SP, 550 OR(RE_IDENTIFIER, RE_STRING, RE_MACRO_CONCAT, RE_FUN_CALL, name='typename'), SP, [all …]
|
H A D | regexps.py | 75 SP = r'\s*' variable 78 RE_COMMENTS = M(RE_COMMENT + SP) 98 RE_MACRO_CONCAT = M(S(OR(RE_IDENTIFIER, RE_STRING), SP), n='{2,}') 109 RE_ARRAY_ITEMS = M(S(RE_ARRAY_ITEM, SP))
|
/openbmc/linux/arch/s390/crypto/ |
H A D | chacha-s390.S | 13 #define SP %r15 macro 83 stmg %r6,%r7,6*8(SP) 383 lmg %r6,%r7,6*8(SP) 390 VST XA0,8*8+0x00,,SP 391 VST XB0,8*8+0x10,,SP 392 VST XT0,8*8+0x20,,SP 393 VST XT1,8*8+0x30,,SP 399 llgc %r6,8*8(%r1,SP) 405 lmg %r6,%r7,6*8(SP) 478 stmg %r6,%r7,6*8(SP) [all …]
|
/openbmc/linux/arch/arm/probes/ |
H A D | decode-thumb.c | 105 REGS(SP, 0, SP, 0, NOSPPC)), 114 REGS(SP, 0, NOPC, 0, NOSPPC)), 167 REGS(SP, 0, NOPC, 0, 0)), 198 REGS(SP, 0, SP, 0, 0)),
|
/openbmc/linux/Documentation/devicetree/bindings/watchdog/ |
H A 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
|
/openbmc/linux/Documentation/devicetree/bindings/serio/ |
H A D | olpc,ap-sp.txt | 1 OLPC AP-SP serio interface 6 - interrupts : SP-AP interrupt
|
/openbmc/linux/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 11 #define SP 7 * 8 macro 41 movq %rax, SP(%rdi) 78 movl %eax, SP(%edi)
|
/openbmc/linux/tools/perf/arch/arm64/tests/ |
H A D | regs_load.S | 8 #define SP (8 * 31) macro 43 str x1, [x0, #SP]
|
/openbmc/u-boot/drivers/bios_emulator/include/x86emu/ |
H A D | regs.h | 104 i386_general_register SP, BP, SI, DI, IP; member 147 #define R_SP spc.SP.I16_reg.x_reg 155 #define R_SP spc.SP.I16_reg.x_reg 163 #define R_ESP spc.SP.I32_reg.e_reg
|
/openbmc/linux/arch/x86/kernel/ |
H A D | vm86_32.c | 82 #define SP(regs) (*(unsigned short *)&((regs)->pt.sp)) macro 517 SP(regs) -= 6; in do_int() 537 do_int(regs, trapno, (unsigned char __user *) (regs->pt.ss << 4), SP(regs)); in handle_vm86_trap() 565 sp = SP(regs); in handle_vm86_fault() 592 SP(regs) -= 4; in handle_vm86_fault() 595 SP(regs) -= 2; in handle_vm86_fault() 606 SP(regs) += 4; in handle_vm86_fault() 609 SP(regs) += 2; in handle_vm86_fault() 645 SP(regs) += 12; in handle_vm86_fault() 650 SP(regs) += 6; in handle_vm86_fault()
|
/openbmc/linux/Documentation/devicetree/bindings/leds/backlight/ |
H A 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
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A 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
|
/openbmc/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-perl.c | 87 PUSHMARK(SP); in define_symbolic_value() 119 PUSHMARK(SP); in define_symbolic_field() 145 PUSHMARK(SP); in define_flag_value() 178 PUSHMARK(SP); in define_flag_field() 382 PUSHMARK(SP); in perl_process_tracepoint() 448 PUSHMARK(SP); in perl_process_event_generic() 475 PUSHMARK(SP); in run_start_sub() 539 PUSHMARK(SP); in perl_stop_script()
|
/openbmc/linux/arch/m68k/ifpsp060/ |
H A 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.
|