| /linux/drivers/soundwire/ |
| H A D | slave.c | 149 struct sdw_acpi_child_walk_data *cwd = data; in sdw_acpi_check_duplicate() local 150 struct sdw_bus *bus = cwd->bus; in sdw_acpi_check_duplicate() 153 if (adev == cwd->adev) in sdw_acpi_check_duplicate() 159 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id || in sdw_acpi_check_duplicate() 160 cwd->id.part_id != id.part_id || cwd->id.class_id != id.class_id) in sdw_acpi_check_duplicate() 163 if (cwd->id.unique_id != id.unique_id) { in sdw_acpi_check_duplicate() 166 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, in sdw_acpi_check_duplicate() 167 cwd->id.part_id); in sdw_acpi_check_duplicate() 168 cwd->ignore_unique_id = false; in sdw_acpi_check_duplicate() 174 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, cwd->id.part_id); in sdw_acpi_check_duplicate() [all …]
|
| /linux/arch/x86/kernel/fpu/ |
| H A D | core.c | 539 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate() 548 fpstate->regs.fsave.cwd = 0xffff037fu; in fpstate_init_fstate() 943 unsigned short cwd, swd; in fpu__exception_code() local 955 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code() 958 cwd = (unsigned short)fpu->fpstate->regs.fsave.cwd; in fpu__exception_code() 962 err = swd & ~cwd; in fpu__exception_code()
|
| /linux/tools/testing/selftests/capabilities/ |
| H A D | test_execve.c | 132 char cwd[PATH_MAX]; in chdir_to_tmpfs() local 133 if (getcwd(cwd, sizeof(cwd)) != cwd) in chdir_to_tmpfs() 140 if (chdir(cwd) != 0) in chdir_to_tmpfs()
|
| /linux/tools/testing/selftests/exec/ |
| H A D | execveat.c | 178 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax() local 180 if (!cwd) { in check_execveat_pathmax() 184 strcpy(longpath, cwd); in check_execveat_pathmax() 189 count = (PATH_MAX - 3 - strlen(cwd)) / XX_DIR_LEN; in check_execveat_pathmax() 194 len = (PATH_MAX - 3 - strlen(cwd)) - (count * XX_DIR_LEN); in check_execveat_pathmax() 200 free(cwd); in check_execveat_pathmax()
|
| /linux/arch/x86/include/asm/ |
| H A D | user_32.h | 46 long cwd; member 57 unsigned short cwd; member
|
| H A D | user32.h | 9 u32 cwd; member 21 unsigned short cwd; member
|
| H A D | user_64.h | 52 unsigned short cwd; member
|
| /linux/tools/lib/subcmd/ |
| H A D | exec-cmd.c | 63 const char *cwd = get_pwd_cwd(buf, sz); in make_nonrelative_path() local 65 if (!cwd) in make_nonrelative_path() 68 if (strlen(cwd) + strlen(path) + 2 >= sz) in make_nonrelative_path()
|
| /linux/arch/x86/include/asm/fpu/ |
| H A D | types.h | 15 u32 cwd; /* FPU Control Word */ member 37 u16 cwd; /* Control Word */ member 82 u32 cwd; member
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | README-PLUGINS | 1 tdc.py will look for plugins in a directory plugins off the cwd. 22 This plugin will write files to the cwd, called vgnd-xxx.log. These will contain
|
| /linux/arch/x86/um/ |
| H A D | ptrace.c | 85 membuf_store(&to, (unsigned long)fxsave->cwd | 0xffff0000ul); in _um_i387_from_fxsr() 130 fxsave->cwd = (unsigned short)(from->cwd & 0xffff); in um_fxsr_from_i387()
|
| /linux/tools/testing/selftests/powerpc/ptrace/ |
| H A D | ptrace-hwbreak.c | 50 static volatile char cwd[PATH_MAX] __attribute__((aligned(8))); variable 146 syscall(__NR_getcwd, &cwd, PATH_MAX); in test_workload() 161 syscall(__NR_getcwd, &cwd, PATH_MAX); in test_workload() 320 unsigned long wp_addr = (unsigned long)cwd; in test_set_debugreg_kernel_userspace() 384 unsigned long wp_addr = (unsigned long)&cwd; in test_sethwdebug_exact_kernel_userspace()
|
| /linux/tools/testing/kunit/ |
| H A D | run_checks.py | 77 subprocess.check_output(argv, stderr=subprocess.STDOUT, cwd=ABS_TOOL_PATH, timeout=TIMEOUT)
|
| /linux/scripts/clang-tools/ |
| H A D | run-clang-tools.py | 76 cwd=entry["directory"])
|
| /linux/scripts/ |
| H A D | bpf_doc.py | 455 version = subprocess.run(['git', 'describe'], cwd=linuxRoot, 461 cwd=linuxRoot, capture_output=True, check=True) 472 date = subprocess.run(cmd, cwd=linuxRoot,
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | sigcontext.h | 150 __u16 cwd; member
|
| /linux/scripts/kconfig/tests/ |
| H A D | conftest.py | 73 cwd=temp_dir,
|
| /linux/tools/docs/ |
| H A D | sphinx-build-wrapper | 368 cwd=from_dir, check=True, env=self.env) 569 subprocess.run(["make", "info"], cwd=output_dir, check=True)
|
| H A D | sphinx-pre-install | 1190 cwd = os.getcwd()
|
| /linux/Documentation/filesystems/ |
| H A D | autofs-mount-control.rst | 26 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works
|
| /linux/arch/x86/kvm/svm/ |
| H A D | sev.c | 936 save->x87_fcw = xsave->i387.cwd; in sev_es_sync_vmsa()
|
| /linux/arch/x86/kvm/ |
| H A D | x86.c | 12615 fpu->fcw = fxsave->cwd; in kvm_arch_vcpu_ioctl_get_fpu() 12639 fxsave->cwd = fpu->fcw; in kvm_arch_vcpu_ioctl_set_fpu()
|