Home
last modified time | relevance | path

Searched refs:ss (Results 426 – 450 of 654) sorted by relevance

1...<<11121314151617181920>>...27

/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/
H A De2fsprogs_1.47.0.bb60 sed -i -e "s,\(SS_DIR=.*\)${S}/lib/ss\(.*\),\1${datadir}/ss\2,g" ${D}${bindir}/mk_cmds
/openbmc/linux/arch/x86/boot/compressed/
H A Dhead_64.S117 movl %eax, %ss
305 movl %eax, %ss
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dsimult_flows.sh217 ip netns exec ${ns3} ss -nita 1>&2 -o "sport = :$port"
219 ip netns exec ${ns1} ss -nita 1>&2 -o "dport = :$port"
/openbmc/u-boot/arch/x86/cpu/
H A Dsipi_vector.S92 movw %ax, %ss
/openbmc/phosphor-debug-collector/tools/dreport.d/ibm.d/
H A Dgendumpheader35 org.freedesktop.DBus.Properties Get ss $INVENTORY_ASSET_INT \
/openbmc/qemu/tests/tcg/x86_64/system/
H A Dboot.S89 mov %eax,%ss
/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dsvm.c83 vmcb_set_seg(&save->ss, get_ss(), 0, -1U, data_seg_attr); in generic_svm_setup()
/openbmc/linux/drivers/usb/class/
H A Dcdc-acm.c960 static int get_serial_info(struct tty_struct *tty, struct serial_struct *ss) in get_serial_info() argument
964 ss->line = acm->minor; in get_serial_info()
965 ss->close_delay = jiffies_to_msecs(acm->port.close_delay) / 10; in get_serial_info()
966 ss->closing_wait = acm->port.closing_wait == ASYNC_CLOSING_WAIT_NONE ? in get_serial_info()
972 static int set_serial_info(struct tty_struct *tty, struct serial_struct *ss) in set_serial_info() argument
978 close_delay = msecs_to_jiffies(ss->close_delay * 10); in set_serial_info()
979 closing_wait = ss->closing_wait == ASYNC_CLOSING_WAIT_NONE ? in set_serial_info()
981 msecs_to_jiffies(ss->closing_wait * 10); in set_serial_info()
/openbmc/linux/drivers/crypto/cavium/zip/
H A Dzip_inflate.c67 zip_cmd->s.ss = 0; in prepare_inflate_zcmd()
/openbmc/linux/net/tipc/
H A DKconfig60 Support for TIPC socket monitoring interface used by ss tool.
/openbmc/entity-manager/docs/
H A Dmy_first_sensors.md97 .Get method ss v -
199 .Get method ss v -
239 .Get method ss v -
/openbmc/phosphor-hwmon/
H A Dmainloop.cpp435 std::stringstream ss; in init() local
442 ss << _prefix << "-" << id << ".Hwmon1"; in init()
444 _bus.request_name(ss.str().c_str()); in init()
/openbmc/linux/drivers/usb/serial/
H A Dwhiteheat.c83 struct serial_struct *ss);
439 static void whiteheat_get_serial(struct tty_struct *tty, struct serial_struct *ss) in whiteheat_get_serial() argument
441 ss->baud_base = 460800; in whiteheat_get_serial()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dnv04.c185 new_ramdac580(uint32_t reg1, bool ss, uint32_t ramdac580) in new_ramdac580() argument
189 if (ss) /* single stage pll mode */ in new_ramdac580()
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc415 * f3 = v*ss Vss, Hss, Wps
424 SSEFunc_0_eppp fn = s->prefix & PREFIX_REPZ ? ss : sd;
458 * f3 = v*ss Vss, Hss, Wps
468 fn = s->prefix & PREFIX_REPZ ? ss : sd;
561 * f3 = v*ss Vss, Wps
566 SSEFunc_0_eppp ss)
571 if (!ss) {
574 ss(tcg_env, OP_PTR0, OP_PTR1, OP_PTR2);
1898 * f3 = v*ss Vss, Hss, Wps
1903 gen_helper_ ## x ## ss, gen_helper_ ## x ## sd, \
[all …]
/openbmc/qemu/hw/block/
H A Dm25p80.c1478 static int m25p80_cs(SSIPeripheral *ss, bool select) in m25p80_cs() argument
1480 Flash *s = M25P80(ss); in m25p80_cs()
1498 static uint32_t m25p80_transfer8(SSIPeripheral *ss, uint32_t tx) in m25p80_transfer8() argument
1500 Flash *s = M25P80(ss); in m25p80_transfer8()
1598 static void m25p80_realize(SSIPeripheral *ss, Error **errp) in m25p80_realize() argument
1600 Flash *s = M25P80(ss); in m25p80_realize()
/openbmc/phosphor-certificate-manager/
H A Dcerts_manager.cpp499 sigset_t ss; in generateCSR() local
500 if (sigemptyset(&ss) < 0) in generateCSR()
505 if (sigaddset(&ss, SIGCHLD) < 0) in generateCSR()
512 if (sigprocmask(SIG_BLOCK, &ss, nullptr) < 0) in generateCSR()
/openbmc/linux/arch/x86/include/asm/xen/
H A Dinterface.h312 uint16_t ss; member
/openbmc/linux/arch/x86/kernel/acpi/
H A Dwakeup_64.S31 movw %ax, %ss
/openbmc/qemu/target/i386/
H A Dsvm.h194 struct vmcb_seg ss; member
/openbmc/qemu/hw/ppc/
H A Dmeson.build1 ppc_ss = ss.source_set()
/openbmc/linux/lib/zstd/common/
H A Dcpu.h154 D(ss, 27)
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atombios.h151 struct amdgpu_atom_ss *ss,
/openbmc/linux/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c1048 u32 *vs, *vb, *vt, *hs, *hb, *ht, *ss, *pipe_conf; in intelfbhw_mode_to_hw() local
1067 ss = &hw->src_size_b; in intelfbhw_mode_to_hw()
1079 ss = &hw->src_size_a; in intelfbhw_mode_to_hw()
1243 *ss = (hactive << SRC_SIZE_HORIZ_SHIFT) | in intelfbhw_mode_to_hw()
1280 const u32 *hs, *ht, *hb, *vs, *vt, *vb, *ss; in intelfbhw_program_mode() local
1311 ss = &hw->src_size_b; in intelfbhw_program_mode()
1335 ss = &hw->src_size_a; in intelfbhw_program_mode()
1425 OUTREG(src_size_reg, *ss); in intelfbhw_program_mode()
/openbmc/linux/arch/x86/hyperv/
H A Divm.c315 asm volatile("movl %%ss, %%eax;" : "=a" (vmsa->ss.selector)); in hv_snp_boot_ap()
316 hv_populate_vmcb_seg(vmsa->ss, vmsa->gdtr.base); in hv_snp_boot_ap()

1...<<11121314151617181920>>...27