Home
last modified time | relevance | path

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

/freebsd-src/sys/arm/arm/
H A Dtrap-v6.c210 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise() argument
242 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug() argument
272 abort_handler(struct trapframe *tf, int prefetch) in abort_handler() argument
547 abort_fatal(struct trapframe * tf,u_int idx,u_int fsr,u_int far,u_int prefetch,struct thread * td,struct ksig * ksig) abort_fatal() argument
623 abort_align(struct trapframe * tf,u_int idx,u_int fsr,u_int far,u_int prefetch,struct thread * td,struct ksig * ksig) abort_align() argument
660 abort_icache(struct trapframe * tf,u_int idx,u_int fsr,u_int far,u_int prefetch,struct thread * td,struct ksig * ksig) abort_icache() argument
[all...]
H A Dpl310.c125 uint32_t aux, prefetch; in pl310_print_config() local
/freebsd-src/sys/arm/ti/omap4/
H A Domap4_l2cache.c48 uint32_t aux, prefetch; in omap4_pl310_init() local
/freebsd-src/sys/dev/e1000/
H A De1000_osdep.h141 void prefetch(void *x) prefetch() function
146 #define prefetch( global() macro
/freebsd-src/sys/dev/ixgbe/
H A Dixgbe_osdep.h165 void prefetch(void *x) in prefetch() function
170 #define prefetch(x) macro
/freebsd-src/sys/dev/ixl/
H A Di40e_osdep.h140 void prefetch(void *x) in prefetch() function
145 #define prefetch(x) macro
/freebsd-src/sys/contrib/ncsw/Peripherals/QM/
H A Dqm_portal_fqr.c678 int prefetch = !(p_QmPortal->options & QMAN_PORTAL_FLAG_RSTASH); in LoopDequeueRing() local
1496 int prefetch; in QmPortalPullFrame() local
1828 int prefetch; in QM_PORTAL_PollFrame() local
/freebsd-src/contrib/unbound/iterator/
H A Diter_utils.c398 iter_filter_order(struct iter_env * iter_env,struct module_env * env,uint8_t * name,size_t namelen,uint16_t qtype,time_t now,struct delegpt * dp,int * selected_rtt,int open_target,struct sock_list * blacklist,time_t prefetch) iter_filter_order() argument
592 iter_server_selection(struct iter_env * iter_env,struct module_env * env,struct delegpt * dp,uint8_t * name,size_t namelen,uint16_t qtype,int * dnssec_lame,int * chase_to_rd,int open_target,struct sock_list * blacklist,time_t prefetch) iter_server_selection() argument
/freebsd-src/sys/dev/cxgb/
H A Dcxgb_osdep.h95 #define prefetch(x) __builtin_prefetch(x) macro
/freebsd-src/contrib/unbound/edns-subnet/
H A Dsubnetmod.c451 lookup_and_reply(struct module_qstate *qstate, int id, struct subnet_qstate *sq, int prefetch) in lookup_and_reply() argument
/freebsd-src/sys/arm64/iommu/
H A Dsmmuvar.h115 } prefetch; global() member
/freebsd-src/usr.sbin/pciconf/
H A Dpciconf.c430 bool prefetch) in print_cardbus_mem_window()
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h79 #define prefetch(x) macro
/freebsd-src/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h746 void prefetch(void *x) in prefetch() function
752 #define prefetch(x) macro
/freebsd-src/sys/contrib/ena-com/
H A Dena_plat.h429 #define prefetch( global() macro
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c1517 uint8_t prefetch; zfs_readdir() local
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c1594 zap_cursor_init_impl(zap_cursor_t * zc,objset_t * os,uint64_t zapobj,uint64_t serialized,boolean_t prefetch) zap_cursor_init_impl() argument
H A Ddbuf.c1766 boolean_t miss = B_TRUE, need_wait = B_FALSE, prefetch; dbuf_read() local
[all...]
H A Darc.c1716 arc_buf_alloc_l2only(size_t size,arc_buf_contents_t type,l2arc_dev_t * dev,dva_t dva,uint64_t daddr,int32_t psize,uint64_t birth,enum zio_compress compress,uint8_t complevel,boolean_t protected,boolean_t prefetch,arc_state_type_t arcs_state) arc_buf_alloc_l2only() argument
[all...]
/freebsd-src/contrib/unbound/util/
H A Dconfig_file.h321 int prefetch; global() member
/freebsd-src/sys/net/
H A Diflib.c1399 prefetch(void *x) prefetch() function
1414 prefetch(void *x) prefetch() function
[all...]
/freebsd-src/sys/contrib/dev/athk/ath10k/
H A Dhtt.h202 u8 prefetch[0]; /* start of frame, for FW classification engine */ member
218 u8 prefetch[0]; /* start of frame, for FW classification engine */ member
/freebsd-src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1729 uint8_t prefetch; zfs_readdir() local
/freebsd-src/sys/dev/pci/
H A Dpci.c3253 pci_add_map(device_t bus,device_t dev,int reg,struct resource_list * rl,int force,int prefetch) pci_add_map() argument
/freebsd-src/sys/contrib/openzfs/cmd/
H A Dztest.c2256 int prefetch = ztest_random(2) ? ztest_replay_write() local