| /f-stack/dpdk/drivers/common/sfc_efx/ |
| H A D | efsys.h | 253 #define EFSYS_MEM_READD(_esmp, _offset, _edp) \ argument 259 SFC_EFX_ASSERT(EFX_IS_P2ALIGNED(size_t, _offset, \ 265 EFSYS_PROBE2(mem_readl, unsigned int, (_offset), \ 271 #define EFSYS_MEM_READQ(_esmp, _offset, _eqp) \ argument 290 #define EFSYS_MEM_READO(_esmp, _offset, _eop) \ argument 312 #define EFSYS_MEM_WRITED(_esmp, _offset, _edp) \ argument 330 #define EFSYS_MEM_WRITEQ(_esmp, _offset, _eqp) \ argument 349 #define EFSYS_MEM_WRITEO(_esmp, _offset, _eop) \ argument 381 #define EFSYS_MEM_PREFETCH(_esmp, _offset) \ argument 385 rte_prefetch0(_base + (_offset)); \ [all …]
|
| /f-stack/freebsd/sys/ |
| H A D | bitstring.h | 203 int _value, _offset; in bit_ffs_at() local 220 _offset = ffsl(_test); in bit_ffs_at() 222 if (_offset == 0 || _value >= _nbits) in bit_ffs_at() 237 int _value, _offset; in bit_ffc_at() local 254 _offset = ffsl(~_test); in bit_ffc_at() 285 int _value, _offset, _logsize, _b; in bit_ffs_area_at() local 298 for (_offset = 0;; _offset -= _BITSTR_BITS, _test = ~*++_curbitstr) { in bit_ffs_area_at() 312 _offset; in bit_ffs_area_at() 332 int _value, _offset, _logsize, _b; in bit_ffc_area_at() local 345 for (_offset = 0;; _offset -= _BITSTR_BITS, _test = *++_curbitstr) { in bit_ffc_area_at() [all …]
|
| H A D | linker.h | 260 extern void preload_bootstrap_relocate(vm_offset_t _offset);
|
| H A D | conf.h | 134 off_t _offset, /* Byte-offset to write at. */
|
| /f-stack/freebsd/arm/allwinner/clkng/ |
| H A D | aw_clk.h | 198 _offset, \ argument 238 _offset, \ argument 280 _offset, \ argument 321 _offset, \ argument 357 _offset, \ argument 381 _offset, \ argument 410 _offset, \ argument 473 _offset, \ argument 502 _offset, \ argument 532 _offset, \ argument [all …]
|
| /f-stack/freebsd/mips/broadcom/ |
| H A D | bcm_machdep.h | 104 #define BCM_SOC_BSH(_addr, _offset) \ argument 105 ((bus_space_handle_t)BCM_SOC_ADDR((_addr), (_offset))) 107 #define BCM_SOC_ADDR(_addr, _offset) \ argument 108 MIPS_PHYS_TO_KSEG1((_addr) + (_offset)) 110 #define BCM_SOC_READ_4(_addr, _offset) \ argument 111 readl(BCM_SOC_ADDR((_addr), (_offset))) 113 writel(BCM_SOC_ADDR((_addr), (_offset)), (_val))
|
| /f-stack/freebsd/arm/freescale/imx/ |
| H A D | imx6_anatopvar.h | 42 uint32_t imx6_anatop_read_4(bus_size_t _offset); 43 void imx6_anatop_write_4(bus_size_t _offset, uint32_t _value);
|
| /f-stack/freebsd/arm/freescale/ |
| H A D | fsl_ocotpvar.h | 34 uint32_t fsl_ocotp_read_4(bus_size_t _offset);
|
| /f-stack/freebsd/contrib/ncsw/inc/ |
| H A D | ncsw_ext.h | 52 #define PTR_MOVE(_ptr, _offset) (void*)((uint8_t*)(_ptr) + (_offset)) argument
|
| /f-stack/dpdk/drivers/net/igc/base/ |
| H A D | igc_phy.h | 168 typeof(offset) _offset = (offset); \ 169 (u16)((_offset & MAX_PHY_REG_ADDRESS) | \ 170 ((_offset >> (PHY_UPPER_SHIFT - PHY_PAGE_SHIFT)) & \
|
| /f-stack/freebsd/arm64/rockchip/ |
| H A D | rk_pinctrl.c | 121 #define RK_IOMUX(_bank, _subbank, _offset, _nbits) \ argument 125 .offset = _offset, \ 138 #define RK_PINDRIVE(_bank, _subbank, _offset, _value, _ma) \ argument 142 .offset = _offset, \
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_fast.c | 125 goto _offset; in ZSTD_compressBlock_fast_generic() 131 goto _offset; in ZSTD_compressBlock_fast_generic() 139 _offset: /* Requires: ip0, match0 */ in ZSTD_compressBlock_fast_generic()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | linker.h | 249 extern void preload_bootstrap_relocate(vm_offset_t _offset);
|
| /f-stack/dpdk/drivers/net/qede/base/ |
| H A D | bcm_osal.h | 439 #define OSAL_REG_ADDR(_p_hwfn, _offset) \ argument 440 (void *)((u8 *)(uintptr_t)(_p_hwfn->regview) + (_offset))
|
| H A D | ecore_mcp.c | 42 #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/freebsd/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | libzfsbootenv.abi | 172 …<var-decl name='_offset' type-id='type-id-31' visibility='default' filepath='/usr/include/bits/typ…
|
| /f-stack/freebsd/contrib/openzfs/module/zstd/lib/ |
| H A D | zstd.c | 18012 goto _offset; in ZSTD_compressBlock_fast_generic() 18018 goto _offset; in ZSTD_compressBlock_fast_generic() 18026 _offset: /* Requires: ip0, match0 */ in ZSTD_compressBlock_fast_generic()
|
| /f-stack/freebsd/contrib/openzfs/lib/libuutil/ |
| H A D | libuutil.abi | 1029 …<var-decl name='_offset' type-id='type-id-102' visibility='default' filepath='/usr/include/bits/ty…
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs_core/ |
| H A D | libzfs_core.abi | 2422 …<var-decl name='_offset' type-id='type-id-225' visibility='default' filepath='/usr/include/bits/ty…
|
| /f-stack/freebsd/contrib/openzfs/lib/libnvpair/ |
| H A D | libnvpair.abi | 448 …<var-decl name='_offset' type-id='type-id-50' visibility='default' filepath='/usr/include/bits/typ…
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 789 …<var-decl name='_offset' type-id='type-id-63' visibility='default' filepath='/usr/include/bits/typ…
|