Home
last modified time | relevance | path

Searched defs:base (Results 1 – 25 of 403) sorted by relevance

12345678910>>...17

/f-stack/dpdk/drivers/net/pfe/
H A Dpfe_hal.c201 gemac_enable(void *base) in gemac_enable()
211 gemac_disable(void *base) in gemac_disable()
221 gemac_tx_disable(void *base) in gemac_tx_disable()
228 gemac_tx_enable(void *base) in gemac_tx_enable()
305 gemac_enable_copy_all(void *base) in gemac_enable_copy_all()
335 gemac_no_broadcast(void *base) in gemac_no_broadcast()
345 gemac_enable_1536_rx(void *base) in gemac_enable_1536_rx()
380 gemac_enable_rx_jmb(void *base) in gemac_enable_rx_jmb()
509 gpi_reset(void *base) in gpi_reset()
518 gpi_enable(void *base) in gpi_enable()
[all …]
/f-stack/freebsd/mips/nlm/hal/
H A Dfmn.c182 uint64_t nlm_cms_get_onchip_queue (uint64_t base, int qid) in nlm_cms_get_onchip_queue()
187 void nlm_cms_set_onchip_queue (uint64_t base, int qid, uint64_t val) in nlm_cms_set_onchip_queue()
227 int nlm_cms_outputq_intr_check(uint64_t base, int qid) in nlm_cms_outputq_intr_check()
235 void nlm_cms_outputq_clr_intr(uint64_t base, int qid) in nlm_cms_outputq_clr_intr()
243 void nlm_cms_illegal_dst_error_intr(uint64_t base, int en) in nlm_cms_illegal_dst_error_intr()
252 void nlm_cms_timeout_error_intr(uint64_t base, int en) in nlm_cms_timeout_error_intr()
261 void nlm_cms_biu_error_resp_intr(uint64_t base, int en) in nlm_cms_biu_error_resp_intr()
279 void nlm_cms_spill_correctable_ecc_error_intr(uint64_t base, int en) in nlm_cms_spill_correctable_ecc_error_intr()
306 uint64_t nlm_cms_network_error_status(uint64_t base) in nlm_cms_network_error_status()
333 void nlm_cms_trace_setup(uint64_t base, int en, uint64_t trace_base, in nlm_cms_trace_setup()
[all …]
H A Dpic.h190 nlm_pic_read_irt(uint64_t base, int irt_index) in nlm_pic_read_irt()
196 nlm_pic_send_ipi(uint64_t base, int cpu, int vec, int nmi) in nlm_pic_send_ipi()
212 nlm_pic_read_control(uint64_t base) in nlm_pic_read_control()
218 nlm_pic_write_control(uint64_t base, uint64_t control) in nlm_pic_write_control()
224 nlm_pic_update_control(uint64_t base, uint64_t control) in nlm_pic_update_control()
233 nlm_pic_ack(uint64_t base, int irt_num) in nlm_pic_ack()
243 nlm_set_irt_to_cpu(uint64_t base, int irt, int cpu) in nlm_set_irt_to_cpu()
255 nlm_pic_write_irt(uint64_t base, int irt_num, int en, int nmi, in nlm_pic_write_irt()
269 nlm_pic_write_irt_direct(uint64_t base, int irt_num, int en, int nmi, in nlm_pic_write_irt_direct()
278 nlm_pic_read_timer(uint64_t base, int timer) in nlm_pic_read_timer()
[all …]
H A Dhaldefs.h355 nlm_read_reg(uint64_t base, uint32_t reg) in nlm_read_reg()
363 nlm_write_reg(uint64_t base, uint32_t reg, uint32_t val) in nlm_write_reg()
371 nlm_read_reg64(uint64_t base, uint32_t reg) in nlm_read_reg64()
379 nlm_write_reg64(uint64_t base, uint32_t reg, uint64_t val) in nlm_write_reg64()
391 nlm_read_reg_xkphys(uint64_t base, uint32_t reg) in nlm_read_reg_xkphys()
399 nlm_write_reg_xkphys(uint64_t base, uint32_t reg, uint32_t val) in nlm_write_reg_xkphys()
406 nlm_read_reg64_xkphys(uint64_t base, uint32_t reg) in nlm_read_reg64_xkphys()
414 nlm_write_reg64_xkphys(uint64_t base, uint32_t reg, uint64_t val) in nlm_write_reg64_xkphys()
H A Duart.h101 nlm_uart_set_baudrate(uint64_t base, int baud) in nlm_uart_set_baudrate()
119 nlm_uart_outbyte(uint64_t base, char c) in nlm_uart_outbyte()
133 nlm_uart_inbyte(uint64_t base) in nlm_uart_inbyte()
153 nlm_uart_init(uint64_t base, int baud, int databits, int stopbits, in nlm_uart_init()
/f-stack/dpdk/drivers/event/octeontx2/
H A Dotx2_evdev_irq.c11 uintptr_t base = (uintptr_t)param; in sso_lf_irq() local
29 uintptr_t base) in sso_lf_register_irq()
50 uintptr_t base = (uintptr_t)param; in ssow_lf_irq() local
66 uintptr_t base) in ssow_lf_register_irq()
86 uint16_t ggrp_msixoff, uintptr_t base) in sso_lf_unregister_irq()
101 uint16_t gws_msixoff, uintptr_t base) in ssow_lf_unregister_irq()
181 uintptr_t base = (uintptr_t)param; in tim_lf_irq() local
199 uintptr_t base) in tim_lf_register_irq()
227 uintptr_t base) in tim_lf_unregister_irq()
250 uintptr_t base; in tim_register_irq() local
[all …]
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dbase.c130 base_get_num_blocks(base_t *base, bool with_new_block) { in base_get_num_blocks()
144 base_auto_thp_switch(tsdn_t *tsdn, base_t *base) { in base_auto_thp_switch()
232 base_extent_bump_alloc(base_t *base, extent_t *extent, size_t size, in base_extent_bump_alloc()
362 base_t *base = (base_t *)base_extent_bump_alloc_helper(&block->extent, in base_new() local
396 base_delete(tsdn_t *tsdn, base_t *base) { in base_delete()
408 base_extent_hooks_get(base_t *base) { in base_extent_hooks_get()
414 base_extent_hooks_set(base_t *base, extent_hooks_t *extent_hooks) { in base_extent_hooks_set()
469 base_alloc_extent(tsdn_t *tsdn, base_t *base) { in base_alloc_extent()
496 base_prefork(tsdn_t *tsdn, base_t *base) { in base_prefork()
501 base_postfork_parent(tsdn_t *tsdn, base_t *base) { in base_postfork_parent()
[all …]
/f-stack/freebsd/mips/nlm/
H A Dboard_cpld.c55 int nlm_cpld_read(uint64_t base, int reg) in nlm_cpld_read()
64 nlm_cpld_write(uint64_t base, int reg, uint16_t data) in nlm_cpld_write()
71 nlm_board_cpld_majorversion(uint64_t base) in nlm_board_cpld_majorversion()
77 nlm_board_cpld_minorversion(uint64_t base) in nlm_board_cpld_minorversion()
92 nlm_board_cpld_reset(uint64_t base) in nlm_board_cpld_reset()
102 nlm_board_cpld_dboard_type(uint64_t base, int slot) in nlm_board_cpld_dboard_type()
/f-stack/freebsd/mips/include/
H A Dpcb.h96 #define SAVE_U_PCB_REG(reg, offs, base) \ argument
99 #define RESTORE_U_PCB_REG(reg, offs, base) \ argument
102 #define SAVE_U_PCB_FPREG(reg, offs, base) \ argument
105 #define RESTORE_U_PCB_FPREG(reg, offs, base) \ argument
108 #define SAVE_U_PCB_FPSR(reg, offs, base) \ argument
111 #define RESTORE_U_PCB_FPSR(reg, offs, base) \ argument
114 #define SAVE_U_PCB_CONTEXT(reg, offs, base) \ argument
117 #define RESTORE_U_PCB_CONTEXT(reg, offs, base) \ argument
/f-stack/dpdk/drivers/regex/octeontx2/
H A Dotx2_regexdev_hw_access.c13 uintptr_t base = (uintptr_t)param; in ree_lf_err_intr_handler() local
31 uintptr_t base) in ree_lf_err_intr_unregister()
48 uintptr_t base; in otx2_ree_err_intr_unregister() local
61 uintptr_t base) in ree_lf_err_intr_register()
88 uintptr_t base; in otx2_ree_err_intr_register() local
121 union otx2_ree_lf_sbuf_addr base; in otx2_ree_iq_enable() local
/f-stack/freebsd/arm/mv/
H A Dmv_common.c1394 decode_win_cesa_dump(u_long base) in decode_win_cesa_dump()
1479 decode_win_usb_dump(u_long base) in decode_win_usb_dump()
1495 decode_win_usb_setup(u_long base) in decode_win_usb_setup()
1546 decode_win_usb3_dump(u_long base) in decode_win_usb3_dump()
1641 decode_win_eth_dump(u_long base) in decode_win_eth_dump()
1667 decode_win_eth_setup(u_long base) in decode_win_eth_setup()
1714 decode_win_neta_dump(u_long base) in decode_win_neta_dump()
2322 decode_win_xor_dump(u_long base) in decode_win_xor_dump()
2361 decode_win_xor_dump(u_long base) in decode_win_xor_dump()
2691 u_long size, base; in fdt_win_process_child() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_sunddi.c41 ddi_strtol(const char *str, char **nptr, int base, long *result) in ddi_strtol()
49 ddi_strtoul(const char *str, char **nptr, int base, unsigned long *result) in ddi_strtoul()
62 ddi_strtoull(const char *str, char **nptr, int base, unsigned long long *result) in ddi_strtoull()
70 ddi_strtoll(const char *str, char **nptr, int base, long long *result) in ddi_strtoll()
/f-stack/dpdk/drivers/crypto/octeontx2/
H A Dotx2_cryptodev_hw_access.c18 uintptr_t base = (uintptr_t)param; in otx2_cpt_lf_err_intr_handler() local
36 uint16_t msix_off, uintptr_t base) in otx2_cpt_lf_err_intr_unregister()
52 uintptr_t base; in otx2_cpt_err_intr_unregister() local
65 uint16_t msix_off, uintptr_t base) in otx2_cpt_lf_err_intr_register()
91 uintptr_t base; in otx2_cpt_err_intr_register() local
139 union otx2_cpt_lf_q_base base; in otx2_cpt_iq_enable() local
/f-stack/freebsd/amd64/include/
H A Dpcpu.h251 #define zpcpu_base_to_offset(base) (void *)((uintptr_t)(base) - (uintptr_t)&__pcpu[0]) argument
252 #define zpcpu_offset_to_base(base) (void *)((uintptr_t)(base) + (uintptr_t)&__pcpu[0]) argument
255 #define zpcpu_sub_protected(base, n) do { \ argument
260 #define zpcpu_set_protected(base, n) do { \ argument
277 #define zpcpu_add(base, n) do { \ argument
292 #define zpcpu_add_protected(base, n) do { \ argument
297 #define zpcpu_sub(base, n) do { \ argument
/f-stack/freebsd/x86/iommu/
H A Dintel_idpgtbl.c118 vm_pindex_t base; in domain_idmap_nextlvl() local
326 domain_pgtbl_pte_off(struct dmar_domain *domain, iommu_gaddr_t base, int lvl) in domain_pgtbl_pte_off()
340 domain_pgtbl_get_pindex(struct dmar_domain *domain, iommu_gaddr_t base, int lvl) in domain_pgtbl_get_pindex()
356 domain_pgtbl_map_pte(struct dmar_domain *domain, iommu_gaddr_t base, int lvl, in domain_pgtbl_map_pte()
424 domain_map_buf_locked(struct dmar_domain *domain, iommu_gaddr_t base, in domain_map_buf_locked()
502 domain_map_buf(struct iommu_domain *iodom, iommu_gaddr_t base, in domain_map_buf()
574 domain_free_pgtbl_pde(struct dmar_domain *domain, iommu_gaddr_t base, in domain_free_pgtbl_pde()
587 domain_unmap_clear_pte(struct dmar_domain *domain, iommu_gaddr_t base, int lvl, in domain_unmap_clear_pte()
616 domain_unmap_buf_locked(struct dmar_domain *domain, iommu_gaddr_t base, in domain_unmap_buf_locked()
688 domain_unmap_buf(struct iommu_domain *iodom, iommu_gaddr_t base, in domain_unmap_buf()
[all …]
/f-stack/freebsd/contrib/ncsw/etc/
H A Dmm.c66 static t_BusyBlock * CreateBusyBlock(uint64_t base, uint64_t size, char *name) in CreateBusyBlock()
106 static t_MemBlock * CreateNewBlock(uint64_t base, uint64_t size) in CreateNewBlock()
139 static t_FreeBlock * CreateFreeBlock(uint64_t base, uint64_t size) in CreateFreeBlock()
175 static t_Error AddFree(t_MM *p_MM, uint64_t base, uint64_t end) in AddFree()
310 uint64_t alignBase, base, end; in CutFree() local
444 static t_Error CutBusy(t_MM *p_MM, uint64_t base, uint64_t end) in CutBusy()
596 t_Error MM_Init(t_Handle *h_MM, uint64_t base, uint64_t size) in MM_Init()
782 uint64_t MM_GetForce(t_Handle h_MM, uint64_t base, uint64_t size, char* name) in MM_GetForce()
928 uint64_t MM_Put(t_Handle h_MM, uint64_t base) in MM_Put()
980 uint64_t MM_PutForce(t_Handle h_MM, uint64_t base, uint64_t size) in MM_PutForce()
[all …]
H A Dmm.h64 uint64_t base; /* Base address of the memory block */ member
74 uint64_t base; /* Base address of the block */ member
84 uint64_t base; /* Base address of the block */ member
/f-stack/freebsd/i386/i386/
H A Dcopyout.c279 fubyte(volatile const void *base) in fubyte()
305 fuword16(volatile const void *base) in fuword16()
331 fueword(volatile const void *base, long *val) in fueword()
350 fueword32(volatile const void *base, int32_t *val) in fueword32()
368 subyte(volatile void *base, int byte) in subyte()
388 suword16(volatile void *base, int word) in suword16()
409 suword(volatile void *base, long word) in suword()
422 suword32(volatile void *base, int32_t word) in suword32()
445 casueword32(volatile uint32_t *base, uint32_t oldval, uint32_t *oldvalp, in casueword32()
463 casueword(volatile u_long *base, u_long oldval, u_long *oldvalp, u_long newval) in casueword()
/f-stack/freebsd/sys/
H A Dpcpu.h243 #define zpcpu_base_to_offset(base) (base) argument
246 #define zpcpu_offset_to_base(base) (base) argument
250 #define zpcpu_get(base) ({ \ argument
255 #define zpcpu_get_cpu(base, cpu) ({ \ argument
266 #define zpcpu_replace(base, val) ({ \ argument
275 #define zpcpu_replace_cpu(base, val, cpu) ({ \ argument
285 #define zpcpu_set_protected(base, val) ({ \ argument
294 #define zpcpu_add_protected(base, val) ({ \ argument
303 #define zpcpu_sub_protected(base, val) ({ \ argument
H A Dqmath.h163 #define Q_BITSPERBASEDOWN(base) (flsll(base) - 1) argument
164 #define Q_BITSPERBASEUP(base) (flsll(base) - (__builtin_popcountll(base) == 1)) argument
165 #define Q_BITSPERBASE(base, rnd) Q_BITSPERBASE##rnd(base) argument
172 #define Q_NIBITS2NCHARS(nbits, base) \ argument
178 #define Q_NFBITS2NCHARS(nbits, base) (nbits) argument
184 #define Q_MAXSTRLEN(q, base) \ argument
189 #define Q_IBITS2CH(q, bits, base) \ argument
198 #define Q_FBITS2CH(q, bits, base) \ argument
221 #define Q_TOSTR(q, prec, base, s, slen) \ argument
/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dbase.c30 base_t *base; in TEST_BEGIN() local
63 base_t *base; in TEST_BEGIN() local
108 base_t *base; in TEST_BEGIN() local
/f-stack/dpdk/drivers/bus/dpaa/base/qbman/
H A Dprocess.c44 uint32_t base; /* Return value, the start of the allocated range */ member
54 uint32_t base; member
60 uint32_t base; member
71 int process_alloc(enum dpaa_id_type id_type, uint32_t *base, uint32_t num, in process_alloc()
92 void process_release(enum dpaa_id_type id_type, uint32_t base, uint32_t num) in process_release()
111 int process_reserve(enum dpaa_id_type id_type, uint32_t base, uint32_t num) in process_reserve()
/f-stack/freebsd/amd64/sgx/
H A Dsgxvar.h54 uint64_t base; member
61 uint64_t base; member
67 uint64_t base; member
/f-stack/freebsd/kern/
H A Dkern_sharedpage.c73 shared_page_write(int base, int size, const void *data) in shared_page_write()
284 int base; in alloc_sv_fxrng_generation() local
309 ptrdiff_t base; in exec_sysvec_init() local
/f-stack/freebsd/mips/nlm/dev/net/
H A Dxaui.c140 nlm_nae_setup_rx_mode_xaui(uint64_t base, int nblock, int iface, int port_type, in nlm_nae_setup_rx_mode_xaui()
155 nlm_nae_setup_mac_addr_xaui(uint64_t base, int nblock, int iface, in nlm_nae_setup_mac_addr_xaui()

12345678910>>...17