Home
last modified time | relevance | path

Searched refs:SS (Results 1 - 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dptrace-abi.h23 #define SS 16 macro
59 #define SS 160 macro
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dptrace-abi.h23 #define SS 16 macro
59 #define SS 160 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h38 #define SS 16 macro
62 #define SS 160 macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dptrace-abi.h38 #define SS 16 macro
62 #define SS 160 macro
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/
H A Dregs_load.S15 #define SS 11 * 8 define
48 movq $0, SS(%rdi)
85 movl $0, SS(%edi)
/kernel/linux/linux-6.6/tools/perf/arch/x86/tests/
H A Dregs_load.S15 #define SS 11 * 8 define
48 movq $0, SS(%rdi)
85 movl $0, SS(%edi)
/kernel/liteos_a/fs/fat/os_adapt/
H A Dfatfs.c290 mem_set(dir, 0, SS(fs)); in init_cluster()
293 (void)strcpy_s((char *)dir, SS(fs), target); in init_cluster()
296 mem_set(dir, 0, SS(fs)); in init_cluster()
326 mem_set(dir, 0, SS(fs)); in init_cluster()
456 finfo_new->fsize = fs->csize * SS(fs); in fatfs_create_obj()
566 finfo->fsize = fs->csize * SS(fs); in fatfs_lookup()
610 fp = (FIL *)zalloc(sizeof(FIL) + SS(fs)); in fatfs_open()
714 dbuff = fs->win + dp->dptr % SS(fs); in update_dir()
952 csize = SS(fs) * fs->csize; in realloc_cluster()
1145 fs->win = (BYTE *)ff_memalloc(SS(f in fatfs_mount()
[all...]
/kernel/linux/linux-5.10/arch/x86/um/
H A Dptrace_32.c71 [SS] = HOST_SS,
107 case SS: in putreg()
153 case SS: in getreg()
H A Dptrace_64.c42 [SS >> 3] = HOST_SS,
84 case SS: in putreg()
160 case SS: in getreg()
H A Duser-offsets.c35 DEFINE(HOST_SS, SS); in foo()
64 DEFINE_LONGS(HOST_SS, SS); in foo()
H A Dsignal.c198 GETREG(SS, ss); in copy_sc_from_user()
280 PUTREG(SS, ss); in copy_sc_to_user()
/kernel/linux/linux-6.6/arch/x86/um/
H A Dptrace_32.c72 [SS] = HOST_SS,
108 case SS: in putreg()
154 case SS: in getreg()
H A Dptrace_64.c43 [SS >> 3] = HOST_SS,
85 case SS: in putreg()
161 case SS: in getreg()
H A Duser-offsets.c34 DEFINE(HOST_SS, SS); in foo()
63 DEFINE_LONGS(HOST_SS, SS); in foo()
H A Dsignal.c199 GETREG(SS, ss); in copy_sc_from_user()
281 PUTREG(SS, ss); in copy_sc_to_user()
/kernel/linux/linux-5.10/arch/x86/um/os-Linux/
H A Dmcontext.c18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
/kernel/linux/linux-6.6/arch/x86/um/os-Linux/
H A Dmcontext.c18 COPY(EIP); COPY_SEG_CPL3(CS); COPY(EFL); COPY_SEG_CPL3(SS); in get_regs_from_mc()
/kernel/liteos_a/fs/fat/virpart/src/
H A Dvirpartff.c541 work = (BYTE *)ff_memalloc(SS(fs)); in f_checkvirpart()
708 work = (BYTE *)ff_memalloc(SS(fs)); in f_makevirpart()
715 (void)memset_s(work, SS(fs), 0, SS(fs)); in f_makevirpart()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dbq24190_charger.c359 /* On i386 ptrace-abi.h defines SS that breaks the macro calls below. */
360 #undef SS macro
391 BQ24190_SYSFS_FIELD_RO(vbus_stat, SS, VBUS_STAT),
392 BQ24190_SYSFS_FIELD_RO(chrg_stat, SS, CHRG_STAT),
393 BQ24190_SYSFS_FIELD_RO(dpm_stat, SS, DPM_STAT),
394 BQ24190_SYSFS_FIELD_RO(pg_stat, SS, PG_STAT),
395 BQ24190_SYSFS_FIELD_RO(therm_stat, SS, THERM_STAT),
396 BQ24190_SYSFS_FIELD_RO(vsys_stat, SS, VSYS_STAT),
1552 dev_err(bdi->dev, "Can't read SS reg: %d\n", ret); in bq24190_check_status()
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dbq24190_charger.c366 /* On i386 ptrace-abi.h defines SS that breaks the macro calls below. */
367 #undef SS macro
398 BQ24190_SYSFS_FIELD_RO(vbus_stat, SS, VBUS_STAT),
399 BQ24190_SYSFS_FIELD_RO(chrg_stat, SS, CHRG_STAT),
400 BQ24190_SYSFS_FIELD_RO(dpm_stat, SS, DPM_STAT),
401 BQ24190_SYSFS_FIELD_RO(pg_stat, SS, PG_STAT),
402 BQ24190_SYSFS_FIELD_RO(therm_stat, SS, THERM_STAT),
403 BQ24190_SYSFS_FIELD_RO(vsys_stat, SS, VSYS_STAT),
1612 dev_err(bdi->dev, "Can't read SS reg: %d\n", ret); in bq24190_check_status()
/kernel/linux/linux-6.6/arch/um/os-Linux/skas/
H A Dprocess.c55 R(SS); in ptrace_reg_name()
69 R(SS); in ptrace_reg_name()
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dftrace_64.S204 movq %rcx, SS(%rsp)
219 /* Copy flags back to SS, to restore them */
/kernel/linux/linux-5.10/arch/x86/entry/
H A Dentry_64.S14 * - iret frame: Architecture defined interrupt frame from SS to RIP
191 cmpq $__USER_DS, SS(%rsp) /* SS must match SYSRET */
590 * The stack is now user RDI, orig_ax, RIP, CS, EFLAGS, RSP, SS.
598 pushq 6*8(%rdi) /* SS */
641 * 64-bit mode SS:RSP on the exception stack is always valid.
644 testb $4, (SS-RIP)(%rsp)
651 * handled by fixup_bad_iret. These include #SS, #GP, and #NP.
671 * SS
693 movq (5*8)(%rsp), %rax /* user SS */
[all...]
/kernel/linux/linux-6.6/arch/x86/entry/
H A Dentry_64.S14 * - iret frame: Architecture defined interrupt frame from SS to RIP
191 cmpq $__USER_DS, SS(%rsp) /* SS must match SYSRET */
639 * The stack is now user RDI, orig_ax, RIP, CS, EFLAGS, RSP, SS.
647 pushq 6*8(%rdi) /* SS */
696 * 64-bit mode SS:RSP on the exception stack is always valid.
699 testb $4, (SS-RIP)(%rsp)
707 * handled by fixup_bad_iret. These include #SS, #GP, and #NP.
727 * SS
748 movq (5*8)(%rsp), %rax /* user SS */
[all...]
H A Dentry_32.S170 * mode and therefore have a nonzero SS base and an offset ESP,
171 * so any attempt to access the stack needs to use SS. (except for
172 * accesses through %esp, which automatically use SS.)
312 movl PT_EFLAGS(%esp), %eax # mix EFLAGS, SS and CS
322 jne .Lend_\@ # returning to user-space with LDT SS
771 * SYSENTER loads SS, ESP, CS, and EIP from previously programmed MSRs.

Completed in 18 milliseconds

12