Home
last modified time | relevance | path

Searched refs:sp (Results 1326 – 1350 of 1486) sorted by relevance

1...<<51525354555657585960

/openbmc/linux/drivers/watchdog/
H A DMakefile235 obj-$(CONFIG_RAVE_SP_WATCHDOG) += rave-sp-wdt.o
/openbmc/linux/arch/sh/kernel/cpu/sh3/
H A Dentry.S302 ! k0 returns original sp (after roll back)
/openbmc/linux/Documentation/RCU/
H A Dlockdep.rst38 srcu_dereference(p, sp):
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dqru1000-idp.dts457 tenx_sp_mem: tenx-sp-buffer@800000000 {
H A Dqdu1000-idp.dts462 tenx_sp_buffer_mem: tenx-sp-buffer@880000000 {
/openbmc/linux/include/scsi/
H A Dscsi_device.h456 extern int scsi_mode_select(struct scsi_device *sdev, int pf, int sp,
/openbmc/qemu/target/ppc/
H A Ddfp_helper.c1107 uint32_t sp) \
1123 if (sp & 2) { \
1129 sgn = ((sp & 1) ? 0xF : 0xC); \
/openbmc/linux/fs/nfs/blocklayout/
H A Dblocklayout.c548 static int decode_sector_number(__be32 **rp, sector_t *sp) in decode_sector_number() argument
557 *sp = s >> SECTOR_SHIFT; in decode_sector_number()
/openbmc/linux/tools/testing/selftests/kvm/riscv/
H A Dget-reg-list.c154 case KVM_REG_RISCV_CORE_REG(regs.sp): in core_id_to_str()
494 KVM_REG_RISCV | KVM_REG_SIZE_ULONG | KVM_REG_RISCV_CORE | KVM_REG_RISCV_CORE_REG(regs.sp),
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c2264 MAKE_VFM_TRANS_FNS(sp) in MAKE_VFM_TRANS_FNS() argument
2409 DO_VFP_VMOV(VMOV_reg, sp, tcg_gen_mov_i32) in DO_VFP_VMOV() argument
2413 DO_VFP_2OP(VABS, sp, gen_helper_vfp_abss, aa32_fpsp_v2) in DO_VFP_VMOV()
2417 DO_VFP_2OP(VNEG, sp, gen_helper_vfp_negs, aa32_fpsp_v2) in DO_VFP_VMOV()
2436 DO_VFP_2OP(VSQRT, sp, gen_VSQRT_sp, aa32_fpsp_v2) in DO_VFP_2OP()
H A Dvfp.decode226 # VJCVT is always dp to sp
/openbmc/linux/fs/unicode/
H A Dmkutf8data.c2971 const char *sp; member
3001 u8c->sp = NULL; in utf8ncursor()
3143 u8c->sp = u8c->p; in utf8byte()
3159 u8c->p = u8c->sp; in utf8byte()
3165 u8c->sp = NULL; in utf8byte()
/openbmc/u-boot/include/
H A Dppc_asm.tmpl190 mr r1,r21; /* set new kernel sp */ \
/openbmc/u-boot/doc/
H A DREADME.arm-relocation183 sp start = XXXXXXXXXX
/openbmc/qemu/bsd-user/
H A Dqemu.h150 abi_ulong loader_build_argptr(int envc, int argc, abi_ulong sp,
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dkernel-enforcement-statement.rst1 .. include:: ../disclaimer-sp.rst
H A Dcontribution-maturity-model.rst2 .. include:: ../disclaimer-sp.rst
/openbmc/linux/drivers/thermal/qcom/
H A Dtsens.h622 struct tsens_single_value sp[][2]; member
/openbmc/qemu/target/arm/
H A Dkvm64.c815 ret = kvm_set_one_reg(cs, AARCH64_CORE_REG(regs.sp), &env->sp_el[0]); in kvm_arch_put_registers()
989 ret = kvm_get_one_reg(cs, AARCH64_CORE_REG(regs.sp), &env->sp_el[0]); in kvm_arch_get_registers()
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_fabric.c1084 efc_get_wwpn(struct fc_els_flogi *sp) in efc_get_wwpn() argument
1086 return be64_to_cpu(sp->fl_wwnn); in efc_get_wwpn()
/openbmc/linux/Documentation/arch/ia64/
H A Dfsys.rst211 PSR.sp Unchanged.
283 .restore sp
/openbmc/linux/kernel/trace/
H A Dtrace_osnoise.c1866 struct sched_param sp; in timerlat_main() local
1873 sp.sched_priority = DEFAULT_TIMERLAT_PRIO; in timerlat_main()
1874 sched_setscheduler_nocheck(current, SCHED_FIFO, &sp); in timerlat_main()
/openbmc/linux/arch/ia64/kernel/
H A Dptrace.c672 unsigned long ip, sp, pr; in convert_to_non_syscall() local
680 unw_get_sp(&info, &sp); in convert_to_non_syscall()
681 if ((long)((unsigned long)child + IA64_STK_OFFSET - sp) in convert_to_non_syscall()
/openbmc/qemu/target/m68k/
H A Dtranslate.c2845 TCGv sp; in DISAS_INSN() local
2847 sp = tcg_temp_new(); in DISAS_INSN()
2849 tcg_gen_addi_i32(sp, QREG_SP, 2); in DISAS_INSN()
2850 tmp = gen_load(s, OS_LONG, sp, 0, IS_USER(s)); in DISAS_INSN()
2851 tcg_gen_addi_i32(QREG_SP, sp, 4); in DISAS_INSN()
4449 offsetof(CPUM68KState, sp[M68K_USP])); in DISAS_INSN()
4459 offsetof(CPUM68KState, sp[M68K_USP])); in DISAS_INSN()
6166 env->current_sp == M68K_SSP ? "->" : " ", env->sp[M68K_SSP], in m68k_cpu_dump_state()
6167 env->current_sp == M68K_USP ? "->" : " ", env->sp[M68K_USP], in m68k_cpu_dump_state()
6168 env->current_sp == M68K_ISP ? "->" : " ", env->sp[M68K_ISP]); in m68k_cpu_dump_state()
/openbmc/linux/net/core/
H A Dskbuff.c6667 struct sec_path *sp = skb_ext_get_ptr(old, SKB_EXT_SEC_PATH); in skb_ext_maybe_cow() local
6670 for (i = 0; i < sp->len; i++) in skb_ext_maybe_cow()
6671 xfrm_state_hold(sp->xvec[i]); in skb_ext_maybe_cow()
6760 static void skb_ext_put_sp(struct sec_path *sp) in skb_ext_put_sp() argument
6764 for (i = 0; i < sp->len; i++) in skb_ext_put_sp()
6765 xfrm_state_put(sp->xvec[i]); in skb_ext_put_sp()
6788 struct sec_path *sp = skb_ext_get_ptr(ext, SKB_EXT_SEC_PATH); in __skb_ext_del() local
6790 skb_ext_put_sp(sp); in __skb_ext_del()
6791 sp->len = 0; in __skb_ext_del()

1...<<51525354555657585960