Searched defs:__p (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | special_insns.h | 185 static __always_inline void clflush(volatile void *__p) in clflush() 190 static inline void clflushopt(volatile void *__p) in clflushopt() 197 static inline void clwb(volatile void *__p) in clwb()
|
| /linux/include/linux/ |
| H A D | page-flags.h | 616 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument 621 #define PhysHighMem(__p) (PageHighMem(phys_to_page(__p))) in PAGEFLAG() argument
|
| /linux/tools/perf/util/ |
| H A D | dso.h | 790 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument 791 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
|
| /linux/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/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_main.c | 4326 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument 4324 be16(__p) phy_aq1202_version() argument 4325 le16(__p) phy_aq1202_version() argument
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | mem_protect.c | 63 #define for_each_hyp_page(__p, __st, __sz) \ argument
|
| /linux/mm/ |
| H A D | slub.c | 665 #define for_each_object(__p, __s, __addr, __objects) \ argument
|