OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XC_HIGHPRI
(Results
1 - 11
of
11
) sorted by relevancy
/src/sys/external/bsd/drm2/include/linux/
hardirq.h
60
xc_barrier(
XC_HIGHPRI
);
/src/sys/sys/
xcall.h
39
#define
XC_HIGHPRI
0x01 /* high priority */
40
#define XC_HIGHPRI_IPL(ipl) (
XC_HIGHPRI
| xc_encode_ipl(ipl))
/src/sys/kern/
subr_pserialize.c
119
xc_barrier(
XC_HIGHPRI
);
subr_xcall.c
70
* A low-overhead mechanism for high priority calls (
XC_HIGHPRI
) is
122
static inline uint64_t
xc_highpri
(xcfunc_t, void *, void *, struct cpu_info *,
130
* (just
XC_HIGHPRI
).
267
if (flags &
XC_HIGHPRI
)
272
if (flags &
XC_HIGHPRI
)
279
if ((flags &
XC_HIGHPRI
) != 0) {
281
return
xc_highpri
(func, arg1, arg2, NULL, ipl);
328
if (flags &
XC_HIGHPRI
)
333
if (flags &
XC_HIGHPRI
)
341
if ((flags &
XC_HIGHPRI
) != 0)
546
xc_highpri
(xcfunc_t func, void *arg1, void *arg2, struct cpu_info *ci,
function
[
all
...]
/src/sys/arch/alpha/common/
shared_intr.c
275
uint64_t where = xc_unicast(
XC_HIGHPRI
,
297
uint64_t where = xc_unicast(
XC_HIGHPRI
,
453
uint64_t where = xc_unicast(
XC_HIGHPRI
,
462
uint64_t where = xc_unicast(
XC_HIGHPRI
,
/src/sys/uvm/
uvm_pgflcache.c
321
where = xc_broadcast(
XC_HIGHPRI
, uvm_pgflcache_fini_cpu,
354
xc_barrier(
XC_HIGHPRI
);
/src/sys/arch/x86/x86/
spectre.c
337
xc = xc_broadcast(
XC_HIGHPRI
, mitigation_v2_change_cpu,
740
xc = xc_broadcast(
XC_HIGHPRI
, mitigation_mds_change_cpu,
922
xc = xc_broadcast(
XC_HIGHPRI
, mitigation_taa_change_cpu,
/src/sys/net/
pktqueue.c
633
xc_wait(xc_broadcast(
XC_HIGHPRI
, pktq_set_maxlen_cpu, pq, qs));
/src/sys/dev/usb/
uhidev.c
1020
*
XC_HIGHPRI
) notices that UHIDEV_OPEN is cleared, and wait
1033
xc_barrier(
XC_HIGHPRI
);
/src/sys/external/bsd/drm2/dist/drm/i915/gt/
intel_engine_cs.c
1106
xc_barrier(
XC_HIGHPRI
);
/src/sys/dev/nvmm/x86/
nvmm_x86_vmx.c
930
xc = xc_unicast(
XC_HIGHPRI
, vmx_vmclear_ipi, (void *)vmcs_pa, NULL, ci);
Completed in 40 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026