Searched refs:FS (Results 1 – 7 of 7) sorted by relevance
/tools/lib/api/fs/ |
D | fs.h | 16 #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
|
D | fs.c | 278 #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/ |
D | modify_srcu.awk | 22 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/ |
D | regs_load.S | 18 #define FS 14 * 8 macro 51 movq $0, FS(%rdi) 88 movl $0, FS(%edi)
|
/tools/perf/trace/beauty/ |
D | clone.c | 25 P_FLAG(FS); in clone__scnprintf_flags()
|
/tools/testing/selftests/x86/ |
D | fsgsbase.c | 117 enum which_base { FS, GS }; enumerator 130 if (which == FS) { in read_base() 146 if (which == FS) { in read_base()
|
/tools/arch/x86/lib/ |
D | x86-opcode-map.txt | 147 64: SEG=FS (Prefix) 510 a0: PUSH FS (d64) 511 a1: POP FS (d64)
|