Home
last modified time | relevance | path

Searched refs:FS (Results 1 – 7 of 7) sorted by relevance

/tools/lib/api/fs/
Dfs.h16 #define FS(name) \ macro
21 FS(sysfs)
22 FS(procfs)
23 FS(debugfs)
24 FS(tracefs)
25 FS(hugetlbfs)
26 FS(bpf_fs)
28 #undef FS
Dfs.c278 #define FS(name, idx) \ macro
294 FS(sysfs, FS__SYSFS);
295 FS(procfs, FS__PROCFS);
296 FS(debugfs, FS__DEBUGFS);
297 FS(tracefs, FS__TRACEFS);
298 FS(hugetlbfs, FS__HUGETLBFS);
299 FS(bpf_fs, FS__BPF_FS);
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/
Dmodify_srcu.awk22 FS="([ \\\\\t\n\v\f;,.=(){}+*/<>&|^-]|\\[|\\]|" comment_regexp "|" quote_regexp ")+";
142 if (match($0, FS) > 0) {
171 if (match($0, "^(" FS ")+") > 0) {
191 $0 ~ "^struct(" FS ")+srcu_struct(" FS ")+\\{") {
245 match(old_record, "^"name"("FS")+=");
316 $0 ~ "^struct(" FS ")+rcu_synchronize(" FS ")+\\{") {
/tools/perf/arch/x86/tests/
Dregs_load.S18 #define FS 14 * 8 macro
51 movq $0, FS(%rdi)
88 movl $0, FS(%edi)
/tools/perf/trace/beauty/
Dclone.c25 P_FLAG(FS); in clone__scnprintf_flags()
/tools/testing/selftests/x86/
Dfsgsbase.c117 enum which_base { FS, GS }; enumerator
130 if (which == FS) { in read_base()
146 if (which == FS) { in read_base()
/tools/arch/x86/lib/
Dx86-opcode-map.txt147 64: SEG=FS (Prefix)
510 a0: PUSH FS (d64)
511 a1: POP FS (d64)