Lines Matching refs:call_str
29 #define call_str(f, name) f(name, #name) macro
55 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_SIZE); in do_test()
56 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_ASSOC); in do_test()
57 rc += call_str (do_sysconf, _SC_LEVEL1_ICACHE_LINESIZE); in do_test()
58 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_SIZE); in do_test()
59 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_ASSOC); in do_test()
60 rc += call_str (do_sysconf, _SC_LEVEL1_DCACHE_LINESIZE); in do_test()
61 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_SIZE); in do_test()
62 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_ASSOC); in do_test()
63 rc += call_str (do_sysconf, _SC_LEVEL2_CACHE_LINESIZE); in do_test()
64 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_SIZE); in do_test()
65 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_ASSOC); in do_test()
66 rc += call_str (do_sysconf, _SC_LEVEL3_CACHE_LINESIZE); in do_test()