Searched refs:print_flags (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/selftests/x86/
H A Dtest_syscall_vdso.c201 static void print_flags(const char *name, unsigned long r) function
309 print_flags("[WARN]\tFlags before", 0x200ed7);
310 print_flags("[WARN]\tFlags after", flags);
311 print_flags("[WARN]\tFlags change", (0x200ed7 ^ flags));
/linux-master/scripts/dtc/
H A Ddt_to_config19 # ----- constants for print_flags()
316 sub print_flags() subroutine
450 if (! &print_flags($pn_arg_ref)) {
/linux-master/tools/perf/
H A Dbuiltin-script.c83 static bool print_flags; variable
2187 if (print_flags)
3119 print_flags = change != REMOVE;

Completed in 223 milliseconds