OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xcfunc_t
(Results
1 - 12
of
12
) sorted by relevancy
/src/sys/sys/
xcall.h
42
typedef void (*
xcfunc_t
)(void *, void *);
typedef in typeref:typename:void (*)(void *,void *)
52
uint64_t xc_broadcast(u_int,
xcfunc_t
, void *, void *);
53
uint64_t xc_unicast(u_int,
xcfunc_t
, void *, void *, struct cpu_info *);
cpufreq.h
72
xcfunc_t
cf_get_freq;
73
xcfunc_t
cf_set_freq;
/src/sys/kern/
subr_xcall.c
97
xcfunc_t
xc_func;
122
static inline uint64_t xc_highpri(
xcfunc_t
, void *, void *, struct cpu_info *,
124
static inline uint64_t xc_lowpri(
xcfunc_t
, void *, void *, struct cpu_info *);
257
xc_broadcast(unsigned int flags,
xcfunc_t
func, void *arg1, void *arg2)
314
xc_unicast(unsigned int flags,
xcfunc_t
func, void *arg1, void *arg2,
396
xc_lowpri(
xcfunc_t
func, void *arg1, void *arg2, struct cpu_info *ci)
444
xcfunc_t
func;
508
xcfunc_t
func;
546
xc_highpri(
xcfunc_t
func, void *arg1, void *arg2, struct cpu_info *ci,
kern_cpu.c
407
xcfunc_t
func;
417
func = (
xcfunc_t
)cpu_xc_online;
435
func = (
xcfunc_t
)cpu_xc_offline;
523
xcfunc_t
func;
533
func = (
xcfunc_t
)cpu_xc_intr;
553
func = (
xcfunc_t
)cpu_xc_nointr;
subr_pool.c
2434
__FPTRCAST(
xcfunc_t
, pool_cache_transfer), pc, NULL);
/src/sys/arch/i386/i386/
kobj_machdep.c
154
where = xc_broadcast(0, (
xcfunc_t
)wbinvd, NULL, NULL);
/src/sys/arch/amd64/amd64/
kobj_machdep.c
178
where = xc_broadcast(0, (
xcfunc_t
)wbinvd, NULL, NULL);
/src/sys/arch/mips/mips/
kobj_machdep.c
257
(
xcfunc_t
)kobj_idcache_wbinv_all, NULL, NULL);
/src/sys/arch/aarch64/aarch64/
kobj_machdep.c
386
(
xcfunc_t
)kobj_idcache_wbinv_all, NULL, NULL);
/src/sys/arch/x86/x86/
odcm.c
379
xc = xc_broadcast(0, (
xcfunc_t
)x86_msr_xcall, &msr, NULL);
powernow.c
911
xc = xc_broadcast(0, (
xcfunc_t
)x86_msr_xcall, &msr, NULL);
/src/sys/arch/powerpc/oea/
cpu_subr.c
1254
where = xc_broadcast(0, (
xcfunc_t
)cpu_set_dfs_xcall, &div, &dfs_mask);
Completed in 21 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025