Home
last modified time | relevance | path

Searched refs:_ptr (Results 1 – 20 of 20) sorted by relevance

/f-stack/freebsd/sys/
H A Dpcpu.h252 _ptr; \
257 _ptr; \
267 __typeof(val) *_ptr = zpcpu_get(base); \
270 _old = *_ptr; \
271 *_ptr = val; \
279 _old = *_ptr; \
280 *_ptr = val; \
287 __typeof(val) *_ptr = zpcpu_get(base); \
289 *_ptr = (val); \
298 *_ptr += (val); \
[all …]
/f-stack/freebsd/arm/include/
H A Datomic-v6.h206 : [ptr] "r" (_ptr), \ in ATOMIC_ACQ_REL_LONG()
231 : [ptr] "r" (_ptr), \
238 atomic_fcmpset_8(volatile uint8_t *_ptr, uint8_t *_old, uint8_t _new)
327 atomic_fcmpset_long(volatile u_long *_ptr, u_long *_old, u_long _new) in atomic_fcmpset_long() argument
395 : [ptr] "r" (_ptr), \
417 : [ptr] "r" (_ptr), \
424 atomic_cmpset_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_8() argument
434 atomic_cmpset_acq_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_acq_8() argument
444 atomic_cmpset_rel_8(volatile uint8_t *_ptr, uint8_t _old, uint8_t _new) in atomic_cmpset_rel_8() argument
454 atomic_cmpset_16(volatile uint16_t *_ptr, uint16_t _old, uint16_t _new) in atomic_cmpset_16() argument
[all …]
/f-stack/freebsd/netinet/libalias/
H A Dalias.h96 int LibAliasIn (struct libalias *, void *_ptr, int _maxpacketsize);
97 int LibAliasOut(struct libalias *, void *_ptr, int _maxpacketsize);
98 int LibAliasOutTry(struct libalias *, void *_ptr, int _maxpacketsize, int _create);
99 int LibAliasUnaliasOut(struct libalias *, void *_ptr, int _maxpacketsize);
122 void LibAliasFragmentIn(struct libalias *, void *_ptr, void *_ptr_fragment);
123 void *LibAliasGetFragment(struct libalias *, void *_ptr);
124 int LibAliasSaveFragment(struct libalias *, void *_ptr);
129 LibAliasInternetChecksum(struct libalias *, unsigned short *_ptr, int _nbytes);
/f-stack/tools/compat/include/
H A Dalias.h96 int LibAliasIn (struct libalias *, void *_ptr, int _maxpacketsize);
97 int LibAliasOut(struct libalias *, void *_ptr, int _maxpacketsize);
98 int LibAliasOutTry(struct libalias *, void *_ptr, int _maxpacketsize, int _create);
99 int LibAliasUnaliasOut(struct libalias *, void *_ptr, int _maxpacketsize);
122 void LibAliasFragmentIn(struct libalias *, void *_ptr, void *_ptr_fragment);
123 void *LibAliasGetFragment(struct libalias *, void *_ptr);
124 int LibAliasSaveFragment(struct libalias *, void *_ptr);
129 LibAliasInternetChecksum(struct libalias *, unsigned short *_ptr, int _nbytes);
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_plat.h58 #define nicvf_prefetch_store_keep(_ptr) ({\ argument
59 asm volatile("prfm pstl1keep, [%x0]\n" : : "r" (_ptr)); })
71 #define nicvf_prefetch_store_keep(_ptr) do {} while (0) argument
/f-stack/dpdk/drivers/net/octeontx/base/
H A Docteontx_io.h22 #define octeontx_prefetch_store_keep(_ptr) ({\ argument
23 asm volatile("prfm pstl1keep, %a0\n" : : "p" (_ptr)); })
39 #define octeontx_prefetch_store_keep(_ptr) do {} while (0) argument
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_shim.h5 #define rte_free(_ptr) free(_ptr, M_TEMP) argument
H A Drte_common.h733 const typeof(((type *)0)->member) *_ptr = (ptr); \
736 (type *)(((uintptr_t)_ptr) - offsetof(type, member)); \
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_shim.c777 vchi_readbuf_uint32(const void *_ptr) in vchi_readbuf_uint32() argument
779 const unsigned char *ptr = _ptr; in vchi_readbuf_uint32()
788 vchi_writebuf_uint32(void *_ptr, uint32_t value) in vchi_writebuf_uint32() argument
790 unsigned char *ptr = _ptr; in vchi_writebuf_uint32()
802 vchi_readbuf_uint16(const void *_ptr) in vchi_readbuf_uint16() argument
804 const unsigned char *ptr = _ptr; in vchi_readbuf_uint16()
813 vchi_writebuf_uint16(void *_ptr, uint16_t value) in vchi_writebuf_uint16() argument
815 unsigned char *ptr = _ptr; in vchi_writebuf_uint16()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h49 #define PTR_TO_UINT(_ptr) ((uintptr_t)(_ptr)) argument
52 #define PTR_MOVE(_ptr, _offset) (void*)((uint8_t*)(_ptr) + (_offset)) argument
/f-stack/dpdk/drivers/net/dpaa/fmlib/
H A Dncsw_ext.h11 #define PTR_TO_UINT(_ptr) ((uintptr_t)(_ptr)) argument
/f-stack/freebsd/net/route/
H A Dnhop_utils.h77 #define CHT_SLIST_INIT(_head, _ptr, _num_buckets) \ argument
80 (_head)->ptr = _ptr;
88 #define _CHT_FIRST(_ptr, idx) (_ptr)[idx] argument
/f-stack/freebsd/contrib/zstd/lib/common/
H A Dcompiler.h143 const char* const _ptr = (const char*)(p); \
147 PREFETCH_L2(_ptr + _pos); \
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_common.h772 const typeof(((type *)0)->member) *_ptr = (ptr); \
775 (type *)(((uintptr_t)_ptr) - offsetof(type, member)); \
/f-stack/tools/libutil/
H A Dlibutil.h107 void hexdump(const void *_ptr, int _length, const char *_hdr, int _flags);
/f-stack/dpdk/drivers/net/cxgbe/base/
H A Dadapter.h801 #define t4_os_free(_ptr) t4_free_mem((_ptr)) argument
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_type.h48 #define FLEX_ARRAY_SIZE(_ptr, _mem, cnt) ((cnt) * sizeof(_ptr->_mem[0])) argument
/f-stack/dpdk/drivers/net/qede/base/
H A Decore_mcp.c42 #define DRV_INNER_WR(_p_hwfn, _p_ptt, _ptr, _offset, _val) \ argument
43 ecore_wr(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset), \
46 #define DRV_INNER_RD(_p_hwfn, _p_ptt, _ptr, _offset) \ argument
47 ecore_rd(_p_hwfn, _p_ptt, (_p_hwfn->mcp_info->_ptr + _offset))
/f-stack/app/redis-5.0.5/src/
H A Dserver.h620 #define initStaticStringObject(_var,_ptr) do { \ argument
624 _var.ptr = _ptr; \
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c1283 const char* const _ptr = (const char*)(p); \
1287 PREFETCH_L2(_ptr + _pos); \