Home
last modified time | relevance | path

Searched defs:__p (Results 1 – 3 of 3) sorted by relevance

/linux/arch/x86/include/asm/
H A Dspecial_insns.h185 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 Dpage-flags.h610 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument
615 #define PhysHighMem(__p) (PageHighMem(phys_to_page(__p))) in PAGEFLAG() argument
/linux/tools/perf/util/
H A Ddso.h809 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument
810 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument