Home
last modified time | relevance | path

Searched refs:print_flags (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/testing/selftests/x86/
Dtest_syscall_vdso.c209 static void print_flags(const char *name, unsigned long r) in print_flags() function
317 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall()
318 print_flags("[WARN]\tFlags after", flags); in run_syscall()
319 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
/Linux-v4.19/tools/gpio/
Dlsgpio.c57 void print_flags(unsigned long flags) in print_flags() function
125 print_flags(linfo.flags); in list_device()
/Linux-v4.19/scripts/dtc/
Ddt_to_config317 sub print_flags() subroutine
451 if (! &print_flags($pn_arg_ref)) {
/Linux-v4.19/tools/perf/
Dbuiltin-script.c58 static bool print_flags; variable
1653 if (print_flags) in process_event()
2470 print_flags = change == REMOVE ? false : true; in parse_output_fields()