Home
last modified time | relevance | path

Searched refs:_level (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_huc_print.h12 #define huc_printk(_huc, _level, _fmt, ...) \ argument
13 gt_##_level(huc_to_gt(_huc), "HuC: " _fmt, ##__VA_ARGS__)
H A Dintel_guc_print.h12 #define guc_printk(_guc, _level, _fmt, ...) \ argument
13 gt_##_level(guc_to_gt(_guc), "GUC: " _fmt, ##__VA_ARGS__)
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.h166 #define RT_PRINT_DATA(rtlpriv, _comp, _level, _titlestring, _hexdata, \ argument
168 _rtl_dbg_print_data(rtlpriv, _comp, _level, \
/linux/include/linux/
H A Dprintk.h434 #define __printk_index_emit(_fmt, _level, _subsys_fmt_prefix) \ argument
436 if (__builtin_constant_p(_fmt) && __builtin_constant_p(_level)) { \
449 .level = __builtin_constant_p(_level) ? (_level) : NULL, \
/linux/tools/power/x86/intel-speed-select/
H A Disst-display.c603 int _level; in isst_pbf_display_information() local
605 _level = print_package_info(id, outf); in isst_pbf_display_information()
606 _isst_pbf_display_information(id, outf, level, pbf_info, _level + 1); in isst_pbf_display_information()
614 int _level; in isst_fact_display_information() local
616 _level = print_package_info(id, outf); in isst_fact_display_information()
618 fact_info, _level + 1); in isst_fact_display_information()
/linux/drivers/net/wireless/ath/ath5k/
H A Dath5k.h87 #define ATH5K_PRINTK(_sc, _level, _fmt, ...) \ argument
88 _ath5k_printk(_sc, _level, _fmt, ##__VA_ARGS__)
90 #define ATH5K_PRINTK_LIMIT(_sc, _level, _fmt, ...) \ argument
93 ATH5K_PRINTK(_sc, _level, _fmt, ##__VA_ARGS__); \
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1447 #define PG_LEVEL_SHIFT(_level) ((_level - 1) * 9 + 12) argument
1448 #define PG_LEVEL_SIZE(_level) (1ull << PG_LEVEL_SHIFT(_level)) argument
/linux/drivers/cxl/core/
H A Dregion.c43 #define __ACCESS_ATTR_RO(_level, _name) { \ argument
45 .show = _name##_access##_level##_show, \