Home
last modified time | relevance | path

Searched refs:ss (Results 151 – 175 of 657) sorted by relevance

12345678910>>...27

/openbmc/linux/drivers/tty/
H A Dmxser.c968 struct serial_struct *ss) in mxser_get_serial_info() argument
981 ss->type = info->type; in mxser_get_serial_info()
982 ss->line = tty->index; in mxser_get_serial_info()
983 ss->port = info->ioaddr; in mxser_get_serial_info()
984 ss->irq = info->board->irq; in mxser_get_serial_info()
985 ss->flags = info->port.flags; in mxser_get_serial_info()
995 struct serial_struct *ss) in mxser_set_serial_info() argument
1010 ss->port != info->ioaddr) { in mxser_set_serial_info()
1043 ss->custom_divisor != in mxser_set_serial_info()
1049 baud = ss->baud_base / ss->custom_divisor; in mxser_set_serial_info()
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dphal_service_actions.cpp102 std::stringstream ss; in createGuardRecords() local
105 ss << " 0x" << std::hex << static_cast<int>(entityPath[a]); in createGuardRecords()
107 std::string s = ss.str(); in createGuardRecords()
/openbmc/qemu/target/s390x/
H A Dmmu_helper.c303 static S390SKeysState *ss; in mmu_handle_skey() local
311 if (unlikely(!ss)) { in mmu_handle_skey()
312 ss = s390_get_skeys_device(); in mmu_handle_skey()
313 skeyclass = S390_SKEYS_GET_CLASS(ss); in mmu_handle_skey()
320 if (!skeyclass->skeys_are_enabled(ss)) { in mmu_handle_skey()
343 rc = skeyclass->get_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in mmu_handle_skey()
373 rc = skeyclass->set_skeys(ss, addr / TARGET_PAGE_SIZE, 1, &key); in mmu_handle_skey()
/openbmc/u-boot/drivers/usb/eth/
H A Dr8152.c1349 struct ueth_data *ss) in r8152_eth_probe() argument
1379 ss->ifnum = ifnum; in r8152_eth_probe()
1380 ss->pusb_dev = dev; in r8152_eth_probe()
1387 if (!ss->dev_priv) in r8152_eth_probe()
1400 ss->ep_in = ep_addr & in r8152_eth_probe()
1405 ss->ep_out = ep_addr & in r8152_eth_probe()
1422 ss->ep_in, ss->ep_out, ss->ep_int); in r8152_eth_probe()
1426 !ss->ep_in || !ss->ep_out || !ss->ep_int) { in r8152_eth_probe()
1431 dev->privptr = (void *)ss; in r8152_eth_probe()
1433 tp = ss->dev_priv; in r8152_eth_probe()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dseg_helper.c705 get_ss_esp_from_tss(env, &ss, &esp, dpl, 0); in do_interrupt_protected()
706 if ((ss & 0xfffc) == 0) { in do_interrupt_protected()
709 if ((ss & 3) != dpl) { in do_interrupt_protected()
800 ss = (ss & ~3) | dpl; in do_interrupt_protected()
801 cpu_x86_load_seg_cache(env, R_SS, ss, in do_interrupt_protected()
871 uint32_t e1, e2, e3, ss; in do_interrupt64() local
942 ss = 0; in do_interrupt64()
969 ss = 0 | dpl; in do_interrupt64()
1723 if ((ss & 0xfffc) == 0) { in helper_lcall_protected()
1726 if ((ss & 3) != dpl) { in helper_lcall_protected()
[all …]
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h221 __u16 ss, __ssh; member
260 __u16 ss; member
319 __u16 ss, __ssh; member
373 __u16 ss; /* If UC_SIGCONTEXT_SS */ member
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Ddiag.sh43 ss -h | grep -q MPTCP
107 nr=$(ss -inmHMN $ns | $condition)
163 nr=$(ss -Ml $filter | wc -l)
176 listen_nr=$(ss -N "${ns}" -Ml | grep -c LISTEN)
/openbmc/qemu/bsd-user/
H A Dsignal.c601 target_stack_t ss; in do_sigaltstack() local
608 __get_user(ss.ss_sp, &uss->ss_sp); in do_sigaltstack()
609 __get_user(ss.ss_size, &uss->ss_size); in do_sigaltstack()
619 if (ss.ss_flags != TARGET_SS_DISABLE in do_sigaltstack()
620 && ss.ss_flags != TARGET_SS_ONSTACK in do_sigaltstack()
621 && ss.ss_flags != 0) { in do_sigaltstack()
625 if (ss.ss_flags == TARGET_SS_DISABLE) { in do_sigaltstack()
626 ss.ss_size = 0; in do_sigaltstack()
627 ss.ss_sp = 0; in do_sigaltstack()
630 if (ss.ss_size < minstacksize) { in do_sigaltstack()
[all …]
/openbmc/linux/arch/x86/entry/
H A Dentry_32.S154 pushl %ss # ss
155 pushl %esp # sp (points at ss)
187 movl %ecx, %ss:-1*4(%eax)
191 movl %ecx, %ss:-2*4(%eax)
194 movl %ecx, %ss:-3*4(%eax)
197 movl %ecx, %ss:-4*4(%eax)
1025 movl %ss, %eax
1130 movl %ss, %eax
1179 pushl %ss
/openbmc/qemu/hw/i386/kvm/
H A Dmeson.build1 i386_kvm_ss = ss.source_set()
18 xen_stubs_ss = ss.source_set()
/openbmc/u-boot/arch/x86/cpu/
H A Dwakeup.S46 mov %ax, %ss
59 movw %ax, %ss
/openbmc/linux/arch/x86/include/asm/
H A Dptrace.h53 unsigned short ss; member
90 unsigned long ss; member
242 #define MAX_REG_OFFSET (offsetof(struct pt_regs, ss))
261 offset == offsetof(struct pt_regs, ss) || in regs_get_register()
/openbmc/linux/tools/testing/selftests/x86/
H A Dfsgsbase.c663 unsigned short ss; in main() local
665 asm volatile ("mov %%ss, %0" : "=rm" (ss)); in main()
671 test_wrbase(ss, 0); in main()
672 test_wrbase(ss, 1); in main()
673 test_wrbase(ss, 0x200000000); in main()
674 test_wrbase(ss, 0xffffffffffffffff); in main()
/openbmc/linux/arch/x86/kvm/
H A Dtss.h26 u32 ss; member
55 u16 ss; member
/openbmc/qemu/target/arm/
H A Dmeson.build1 arm_ss = ss.source_set()
19 arm_system_ss = ss.source_set()
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dnvidia,tegra210-xusb.yaml69 - description: shared reset for xusb_{ss,hs,fs,falcon,host}_src.
126 dvdd-usb-ss-pll-supply:
129 hvdd-usb-ss-pll-e-supply:
185 dvdd-usb-ss-pll-supply = <&vdd_pex_1v05>;
186 hvdd-usb-ss-pll-e-supply = <&vdd_1v8>;
/openbmc/linux/arch/x86/kernel/
H A Dsignal_64.c36 : [old_ss] "rm" ((u16)regs->ss)); in force_valid_ss()
47 regs->ss = __USER_DS; in force_valid_ss()
82 regs->ss = sc.ss | 0x03; in restore_sigcontext()
126 unsafe_put_user(regs->ss, &sc->ss, Efault); in __unsafe_setup_sigcontext()
233 if (unlikely(regs->ss != __USER_DS)) in x64_setup_rt_frame()
350 regs->ss = __USER_DS; in x32_setup_rt_frame()
/openbmc/qemu/target/riscv/
H A Dmeson.build9 riscv_ss = ss.source_set()
28 riscv_system_ss = ss.source_set()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_vtl.c136 input->vp_context.ss.selector = __KERNEL_DS; in hv_vtl_bringup_vcpu()
137 input->vp_context.ss.base = 0; in hv_vtl_bringup_vcpu()
138 input->vp_context.ss.limit = 0xffffffff; in hv_vtl_bringup_vcpu()
139 input->vp_context.ss.attributes = 0xc093; in hv_vtl_bringup_vcpu()
/openbmc/intel-ipmi-oem/include/
H A Dme_to_redfish_hooks.hpp99 std::stringstream ss; in toHex() local
100 ss << "0x" << std::hex << std::uppercase << std::setfill('0') in toHex()
102 return ss.str(); in toHex()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dtransmit-amplitude.yaml66 - usb-ss
67 - usb-ss+
102 tx-p2p-microvolt-names = "2500base-x", "usb-hs", "usb-ss";
/openbmc/linux/arch/x86/boot/compressed/
H A Dstring.c46 char *ss = s; in memset() local
49 ss[i] = c; in memset()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Drc.h35 static inline u32 restart_sge(struct rvt_sge_state *ss, struct rvt_swqe *wqe, in restart_sge() argument
41 return rvt_restart_sge(ss, wqe, len); in restart_sge()
/openbmc/qemu/audio/
H A Dmeson.build25 module_ss = ss.source_set()
32 module_ss = ss.source_set()
/openbmc/openbmc/poky/meta/recipes-extended/bash/bash/
H A D0001-changes-to-SIGINT-handler-while-waiting-for-a-child-.patch116 -./redir11.sub: line 53: $(ss= declare -i ss): ambiguous redirect
117 +./redir11.sub: line 55: $(ss= declare -i ss): ambiguous redirect
129 @@ -34,6 +34,8 @@ a=4 b=7 ss=4 declare -i ss

12345678910>>...27