Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/x86/
Dtest_syscall_vdso.c201 static void print_flags(const char *name, unsigned long r) in print_flags() function
309 print_flags("[WARN]\tFlags before", 0x200ed7); in run_syscall()
310 print_flags("[WARN]\tFlags after", flags); in run_syscall()
311 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags)); in run_syscall()
/Linux-v5.4/tools/gpio/
Dlsgpio.c54 void print_flags(unsigned long flags) in print_flags() function
122 print_flags(linfo.flags); in list_device()
/Linux-v5.4/scripts/dtc/
Ddt_to_config316 sub print_flags() subroutine
450 if (! &print_flags($pn_arg_ref)) {
/Linux-v5.4/tools/perf/
Dbuiltin-script.c73 static bool print_flags; variable
1842 if (print_flags) in process_event()
2746 print_flags = change == REMOVE ? false : true; in parse_output_fields()