| /linux-6.15/arch/x86/include/asm/ |
| H A D | special_insns.h | 172 static __always_inline void clflush(volatile void *__p) in clflush() 177 static inline void clflushopt(volatile void *__p) in clflushopt() 184 static inline void clwb(volatile void *__p) in clwb()
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_display.h | 97 #define for_each_plane_id_on_crtc(__crtc, __p) \ argument 207 #define for_each_pipe(__dev_priv, __p) \ argument 211 #define for_each_pipe_masked(__dev_priv, __p, __mask) \ argument 223 #define for_each_sprite(__dev_priv, __p, __s) \ argument
|
| /linux-6.15/arch/arm/include/asm/ |
| H A D | uaccess.h | 146 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 157 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 168 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument
|
| /linux-6.15/include/linux/ |
| H A D | percpu-defs.h | 224 #define PERCPU_PTR(__p) \ argument 233 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument
|
| H A D | page-flags.h | 612 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument
|
| /linux-6.15/tools/perf/util/ |
| H A D | dso.h | 771 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument 772 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
|
| /linux-6.15/drivers/net/ethernet/sun/ |
| H A D | sunhme.c | 216 #define hme_read_desc32(__hp, __p) \ argument 235 #define hme_read_desc32(__hp, __p) ((__force u32)(hme32)*(__p)) argument
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 4324 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument 4325 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument 4326 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 1290 #define DLE_DFI_FREE_PAGE_DUMP(__p, __end, __type) \ in rtw89_debug_mac_dump_dle_dbg() argument 1308 #define case_QUOTA(__p, __end, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument
|
| /linux-6.15/mm/ |
| H A D | slub.c | 574 #define for_each_object(__p, __s, __addr, __objects) \ argument
|