| /f-stack/dpdk/drivers/bus/dpaa/base/qbman/ |
| H A D | bman_priv.h | 28 #define bm_isr_status_read(bm) __bm_isr_read(bm, bm_isr_status) argument 29 #define bm_isr_status_clear(bm, m) __bm_isr_write(bm, bm_isr_status, m) argument 30 #define bm_isr_enable_read(bm) __bm_isr_read(bm, bm_isr_enable) argument 31 #define bm_isr_enable_write(bm, v) __bm_isr_write(bm, bm_isr_enable, v) argument 32 #define bm_isr_disable_read(bm) __bm_isr_read(bm, bm_isr_disable) argument 33 #define bm_isr_disable_write(bm, v) __bm_isr_write(bm, bm_isr_disable, v) argument 34 #define bm_isr_inhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 1) argument 35 #define bm_isr_uninhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 0) argument
|
| H A D | bman.h | 39 #define __bm_in(bm, o) be32_to_cpu(__raw_readl((bm)->ci + (o))) argument 40 #define __bm_out(bm, o, val) __raw_writel(cpu_to_be32(val), \ argument 46 #define __bm_cl_touch_ro(bm, o) dcbt_ro((bm)->ce + (o)) argument 47 #define __bm_cl_touch_rw(bm, o) dcbt_rw((bm)->ce + (o)) argument 48 #define __bm_cl_in(bm, o) be32_to_cpu(__raw_readl((bm)->ce + (o))) argument 49 #define __bm_cl_out(bm, o, val) \ argument 55 #define __bm_cl_invalidate(bm, o) dccivac((bm)->ce + (o)) argument
|
| H A D | bman.c | 144 void bman_destroy_portal(struct bman_portal *bm) in bman_destroy_portal() 163 struct bman_portal *bm = get_affine_portal(); in bman_destroy_affine_portal() local
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/BM/ |
| H A D | fsl_bman.h | 199 #define bm_isr_status_read(bm) __bm_isr_read(bm, bm_isr_status) argument 200 #define bm_isr_status_clear(bm, m) __bm_isr_write(bm, bm_isr_status, m) argument 201 #define bm_isr_enable_read(bm) __bm_isr_read(bm, bm_isr_enable) argument 202 #define bm_isr_enable_write(bm, v) __bm_isr_write(bm, bm_isr_enable, v) argument 203 #define bm_isr_disable_read(bm) __bm_isr_read(bm, bm_isr_disable) argument 204 #define bm_isr_disable_write(bm, v) __bm_isr_write(bm, bm_isr_disable, v) argument 205 #define bm_isr_inhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 1) argument 206 #define bm_isr_uninhibit(bm) __bm_isr_write(bm, bm_isr_inhibit, 0) argument
|
| H A D | bman_low.c | 91 static __inline__ uint32_t __bm_in(struct bm_addr *bm, uintptr_t offset) in __bm_in() 96 static __inline__ void __bm_out(struct bm_addr *bm, uintptr_t offset, uint32_t val) in __bm_out() 108 static __inline__ void __bm_cl_touch_ro(struct bm_addr *bm, uintptr_t offset) in __bm_cl_touch_ro() 112 static __inline__ void __bm_cl_touch_rw(struct bm_addr *bm, uintptr_t offset) in __bm_cl_touch_rw() 116 static __inline__ uint32_t __bm_cl_in(struct bm_addr *bm, uintptr_t offset) in __bm_cl_in() 121 static __inline__ void __bm_cl_out(struct bm_addr *bm, uintptr_t offset, uint32_t val) in __bm_cl_out() 127 static __inline__ void __bm_cl_invalidate(struct bm_addr *bm, uintptr_t offset) in __bm_cl_invalidate()
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | armada-xp.dtsi | 170 bm: bm@c0000 { label
|
| H A D | armada-38x.dtsi | 569 bm: bm@c8000 { label
|
| /f-stack/dpdk/drivers/event/dlb/pf/base/ |
| H A D | dlb_osdep_bitmap.h | 46 struct dlb_bitmap *bm; in dlb_bitmap_alloc() local
|
| /f-stack/dpdk/drivers/event/dlb2/pf/base/ |
| H A D | dlb2_osdep_bitmap.h | 44 struct dlb2_bitmap *bm; in dlb2_bitmap_alloc() local
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_bitops.h | 412 ice_bitmap_hweight(ice_bitmap_t *bm, u16 size) in ice_bitmap_hweight()
|
| H A D | ice_flex_pipe.c | 1627 ice_bitmap_t *bm) in ice_get_sw_fv_bitmap() 1677 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list) in ice_get_sw_fv_list()
|
| H A D | ice_switch.c | 6759 ice_bitmap_t *bm, struct LIST_HEAD_TYPE *fv_list) in ice_get_fv() 6856 ice_bitmap_t *bm) in ice_get_compat_fv_bitmap()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dsl_bookmark.c | 1077 zfs_bookmark_phys_t bm; in dsl_bookmark_destroy_check() local
|
| H A D | zio.c | 3430 zbookmark_phys_t *bm = &zio->io_bookmark; in zio_dva_throttle() local
|
| H A D | dsl_dataset.c | 3455 zfs_bookmark_phys_t bm; in dsl_dataset_promote_check() local
|
| /f-stack/freebsd/vm/ |
| H A D | swap_pager.c | 1228 vm_page_t bm, mpred, msucc, p; in swap_pager_getpages_locked() local
|