Searched defs:__p (Results 1 – 7 of 7) sorted by relevance
/linux/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/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/tools/perf/util/ |
H A D | dso.h | 707 kmod_path__parse(__m,__p) global() argument 708 kmod_path__parse_name(__m,__p) global() 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/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 | 574 #define for_each_object(__p, __s, __addr, __objects) \ argument
|