/openbmc/linux/arch/x86/include/asm/ |
H A D | special_insns.h | 178 static __always_inline void clflush(volatile void *__p) in clflush() 183 static inline void clflushopt(volatile void *__p) in clflushopt() 191 static inline void clwb(volatile void *__p) in clwb()
|
/openbmc/u-boot/arch/sh/include/asm/ |
H A D | posix_types.h | 70 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() 82 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
|
/openbmc/u-boot/arch/mips/include/asm/ |
H A D | posix_types.h | 72 static __inline__ int __FD_ISSET(unsigned long __fd, const __kernel_fd_set *__p) in __FD_ISSET() 84 static __inline__ void __FD_ZERO(__kernel_fd_set *__p) in __FD_ZERO()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 110 #define for_each_plane_id_on_crtc(__crtc, __p) \ argument 222 #define for_each_pipe(__dev_priv, __p) \ argument 226 #define for_each_pipe_masked(__dev_priv, __p, __mask) \ argument 238 #define for_each_sprite(__dev_priv, __p, __s) \ argument
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | uaccess.h | 112 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 123 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 134 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument
|
/openbmc/linux/tools/perf/util/ |
H A D | dso.h | 305 #define kmod_path__parse(__m, __p) __kmod_path__parse(__m, __p, false) argument 306 #define kmod_path__parse_name(__m, __p) __kmod_path__parse(__m, __p, true) argument
|
/openbmc/linux/include/linux/ |
H A D | percpu-defs.h | 230 #define SHIFT_PERCPU_PTR(__p, __offset) \ argument 257 #define VERIFY_PERCPU_PTR(__p) \ argument
|
H A D | page-flags.h | 548 #define PageHighMem(__p) is_highmem_idx(page_zonenum(__p)) in PAGEFLAG() argument
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/ |
H A D | at_coroutine_exit.hpp | 201 __promise& __p = __h.promise(); in await_suspend() local
|
H A D | any_sender_of.hpp | 1364 void* __p = __self.__storage_.__get_object_pointer(); in operator ==() local
|
/openbmc/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
|
/openbmc/linux/lib/ |
H A D | iov_iter.c | 18 #define iterate_buf(i, n, base, len, off, __p, STEP) { \ argument 28 #define iterate_iovec(i, n, base, len, off, __p, STEP) { \ argument
|
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_main.c | 4336 #define be16(__p) (((__p)[0] << 8) | (__p)[1]) in phy_aq1202_version() argument 4337 #define le16(__p) ((__p)[0] | ((__p)[1] << 8)) in phy_aq1202_version() argument 4338 #define le24(__p) (le16(__p) | ((__p)[2] << 16)) in phy_aq1202_version() argument
|
/openbmc/linux/mm/ |
H A D | slub.c | 456 #define for_each_object(__p, __s, __addr, __objects) \ argument
|
/openbmc/u-boot/drivers/net/ |
H A D | mvpp2.c | 44 #define VERIFY_PERCPU_PTR(__p) \ argument
|