Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 25 of 28) sorted by relevance

12

/linux/drivers/soundwire/
H A Dslave.c135 struct sdw_acpi_child_walk_data *cwd = data; in sdw_acpi_check_duplicate() local
136 struct sdw_bus *bus = cwd->bus; in sdw_acpi_check_duplicate()
139 if (adev == cwd->adev) in sdw_acpi_check_duplicate()
145 if (cwd->id.sdw_version != id.sdw_version || cwd->id.mfg_id != id.mfg_id || in sdw_acpi_check_duplicate()
146 cwd->id.part_id != id.part_id || cwd->id.class_id != id.class_id) in sdw_acpi_check_duplicate()
149 if (cwd->id.unique_id != id.unique_id) { in sdw_acpi_check_duplicate()
152 cwd->id.unique_id, id.unique_id, cwd->id.mfg_id, in sdw_acpi_check_duplicate()
153 cwd->id.part_id); in sdw_acpi_check_duplicate()
154 cwd->ignore_unique_id = false; in sdw_acpi_check_duplicate()
160 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 Dcore.c484 fpstate->regs.fxsave.cwd = 0x37f; in fpstate_init_fxstate()
493 fpstate->regs.fsave.cwd = 0xffff037fu; in fpstate_init_fstate()
845 unsigned short cwd, swd; in fpu__exception_code() local
857 cwd = fpu->fpstate->regs.fxsave.cwd; in fpu__exception_code()
860 cwd = (unsigned short)fpu->fpstate->regs.fsave.cwd; in fpu__exception_code()
864 err = swd & ~cwd; in fpu__exception_code()
H A Dregset.c338 env->cwd = fxsave->cwd | 0xffff0000u; in __convert_from_fxsr()
381 fxsave->cwd = env->cwd; in convert_to_fxsr()
/linux/tools/testing/selftests/exec/
H A Dexecveat.c176 char *cwd = getcwd(NULL, 0); in check_execveat_pathmax() local
178 if (!cwd) { in check_execveat_pathmax()
182 strcpy(longpath, cwd); in check_execveat_pathmax()
187 count = (PATH_MAX - 3 - strlen(cwd)) / XX_DIR_LEN; in check_execveat_pathmax()
192 len = (PATH_MAX - 3 - strlen(cwd)) - (count * XX_DIR_LEN); in check_execveat_pathmax()
198 free(cwd); in check_execveat_pathmax()
/linux/tools/testing/selftests/capabilities/
H A Dtest_execve.c132 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/arch/x86/include/asm/
H A Duser_32.h46 long cwd; member
57 unsigned short cwd; member
H A Duser32.h9 u32 cwd; member
21 unsigned short cwd; member
H A Duser_64.h52 unsigned short cwd; member
/linux/tools/lib/subcmd/
H A Dexec-cmd.c63 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 Dtypes.h15 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 DREADME-PLUGINS1 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/tools/testing/selftests/powerpc/ptrace/
H A Dptrace-hwbreak.c50 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 Drun_checks.py77 subprocess.check_output(argv, stderr=subprocess.STDOUT, cwd=ABS_TOOL_PATH, timeout=TIMEOUT)
/linux/scripts/
H A Dbpf_doc.py412 version = subprocess.run(['git', 'describe'], cwd=linuxRoot,
418 cwd=linuxRoot, capture_output=True, check=True)
429 date = subprocess.run(cmd, cwd=linuxRoot,
/linux/scripts/clang-tools/
H A Drun-clang-tools.py76 cwd=entry["directory"])
/linux/Documentation/filesystems/
H A Dpath-lookup.txt7 with the first component of the pathname (eg. root or cwd) with a known dentry,
42 A name string specifies a start (root directory, cwd, fd-relative) and a
50 current->fs->cwd or current->fs->root) as the first parent of the lookup. Then
236 \ fs.cwd: dentry2 /
242 "./test.c" would start from cwd; both names refer to the same path in
293 of the starting path (eg. root/cwd/fd-path). So now dentry refcounts are
370 rcu-walk mode. The further we get from common path elements (such as cwd or
H A Dautofs-mount-control.rst26 getcwd(2) and the proc file system /proc/<pid>/cwd, no longer works
/linux/Documentation/sphinx/
H A Dkernel_abi.py90 … lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
H A Dkernel_feat.py96 … lines = subprocess.check_output(args, cwd=os.path.dirname(doc.current_source)).decode('utf-8')
/linux/arch/x86/math-emu/
H A Dfpu_system.h99 #define control_word (I387->soft.cwd)
H A Dfpu_aux.c38 soft->cwd = 0x037f; in fpstate_init_soft()
H A Dfpu_entry.c702 S387->cwd &= ~0xe080; in fpregs_soft_get()
704 S387->cwd |= 0xffff0040; in fpregs_soft_get()
/linux/scripts/kconfig/tests/
H A Dconftest.py73 cwd=temp_dir,
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h150 __u16 cwd; member
/linux/Documentation/filesystems/nfs/
H A Dexporting.rst11 dentries via open file descriptors or cwd/root. However remote

12