Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Dtrap-v6.c210 abort_imprecise(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode) in abort_imprecise()
242 abort_debug(struct trapframe *tf, u_int fsr, u_int prefetch, bool usermode, in abort_debug()
272 abort_handler(struct trapframe *tf, int prefetch) in abort_handler()
543 u_int prefetch, struct thread *td, struct ksig *ksig) in abort_fatal()
619 u_int prefetch, struct thread *td, struct ksig *ksig) in abort_align()
656 u_int prefetch, struct thread *td, struct ksig *ksig) in abort_icache()
H A Dpl310.c125 uint32_t aux, prefetch; in pl310_print_config() local
/freebsd/sys/dev/e1000/
H A De1000_osdep.h143 void prefetch(void *x) in prefetch() function
148 #define prefetch(x) macro
/freebsd/sys/dev/ixl/
H A Di40e_osdep.h140 void prefetch(void *x) in prefetch() function
145 #define prefetch(x) macro
/freebsd/sys/dev/ixgbe/
H A Dixgbe_osdep.h165 void prefetch(void *x) in prefetch() function
170 #define prefetch(x) macro
/freebsd/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/contrib/unbound/iterator/
H A Diter_utils.c399 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
593 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/sys/dev/cxgb/
H A Dcxgb_osdep.h95 #define prefetch(x) __builtin_prefetch(x) macro
/freebsd/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()
/freebsd/usr.sbin/pciconf/
H A Dpciconf.c430 bool prefetch) in print_cardbus_mem_window()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h79 #define prefetch(x) macro
/freebsd/sys/dev/qlnx/qlnxe/
H A Dqlnx_def.h746 void prefetch(void *x) in prefetch() function
752 #define prefetch(x) macro
/freebsd/sys/contrib/ena-com/
H A Dena_plat.h430 #define prefetch(x) (void)(x) macro
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c1566 uint8_t prefetch; in zfs_readdir() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c1818 uint64_t serialized, boolean_t prefetch) in zap_cursor_init_impl()
H A Ddbuf.c1741 boolean_t miss = B_TRUE, need_wait = B_FALSE, prefetch; in dbuf_read() local
H A Darc.c1750 boolean_t prefetch, arc_state_type_t arcs_state) in arc_buf_alloc_l2only()
/freebsd/contrib/unbound/util/
H A Dconfig_file.h328 int prefetch; global() member
/freebsd/sys/net/
H A Diflib.c1400 prefetch(void *x) in prefetch() function
1415 prefetch(void *x) in prefetch() function
/freebsd/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/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1700 uint8_t prefetch; in zfs_readdir() local
/freebsd/sys/dev/pci/
H A Dpci.c3346 int force, int prefetch) in pci_add_map()