Searched defs:DEF (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/power/cpupower/utils/idle_monitor/ |
H A D | idle_monitors.h | 11 #define DEF(x) extern struct cpuidle_monitor x ##_monitor; macro
|
H A D | cpupower-monitor.c | 24 #define DEF(x) & x ## _monitor , macro
|
/openbmc/qemu/tcg/ |
H A D | tcg-common.c | 29 #define DEF(s, oargs, iargs, cargs, flags) \ macro
|
/openbmc/linux/net/mac80211/ |
H A D | drop.h | 50 #define DEF(x) x = (__force ieee80211_rx_result)___ ## x, macro
|
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | uprobe_multi.c | 12 #define DEF(name, idx) int NAME(name, idx)(void) { return 0; } macro
|
/openbmc/linux/scripts/ |
H A D | checkkconfigsymbols.py | 24 DEF = r"^\s*(?:menu){,1}config\s+(" + SYMBOL + r")\s*" variable
|
/openbmc/qemu/system/ |
H A D | vl.c | 887 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ in help() macro 913 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ macro 933 #define DEF(option, opt_arg, opt_enum, opt_help, arch_mask) \ macro
|
/openbmc/qemu/ |
H A D | qemu-img.c | 144 #define DEF(option, callback, arg_string) \ in help() macro 5535 #define DEF(option, callback, arg_string) \ macro
|
/openbmc/qemu/include/tcg/ |
H A D | tcg.h | 173 #define DEF(name, oargs, iargs, cargs, flags) INDEX_op_ ## name, macro
|