/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 23 #define SS 16 macro 59 #define SS 160 macro
|
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/ |
H A D | ptrace-abi.h | 23 #define SS 16 macro 59 #define SS 160 macro
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 38 #define SS 16 macro 62 #define SS 160 macro
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/ |
H A D | ptrace-abi.h | 38 #define SS 16 macro 62 #define SS 160 macro
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | regs_load.S | 15 #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 D | regs_load.S | 15 #define SS 11 * 8 define 48 movq $0, SS(%rdi) 85 movl $0, SS(%edi)
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 290 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 D | ptrace_32.c | 71 [SS] = HOST_SS, 107 case SS: in putreg() 153 case SS: in getreg()
|
H A D | ptrace_64.c | 42 [SS >> 3] = HOST_SS, 84 case SS: in putreg() 160 case SS: in getreg()
|
H A D | user-offsets.c | 35 DEFINE(HOST_SS, SS); in foo() 64 DEFINE_LONGS(HOST_SS, SS); in foo()
|
H A D | signal.c | 198 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 D | ptrace_32.c | 72 [SS] = HOST_SS, 108 case SS: in putreg() 154 case SS: in getreg()
|
H A D | ptrace_64.c | 43 [SS >> 3] = HOST_SS, 85 case SS: in putreg() 161 case SS: in getreg()
|
H A D | user-offsets.c | 34 DEFINE(HOST_SS, SS); in foo() 63 DEFINE_LONGS(HOST_SS, SS); in foo()
|
H A D | signal.c | 199 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 D | mcontext.c | 18 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 D | mcontext.c | 18 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 D | virpartff.c | 541 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 D | bq24190_charger.c | 359 /* 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 D | bq24190_charger.c | 366 /* 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 D | process.c | 55 R(SS); in ptrace_reg_name() 69 R(SS); in ptrace_reg_name()
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | ftrace_64.S | 204 movq %rcx, SS(%rsp) 219 /* Copy flags back to SS, to restore them */
|
/kernel/linux/linux-5.10/arch/x86/entry/ |
H A D | entry_64.S | 14 * - 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 D | entry_64.S | 14 * - 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 D | entry_32.S | 170 * 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.
|