OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cpu_present_mask
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/mips/rmi/
rmixl_intr.c
352
static uint32_t
cpu_present_mask
;
variable in typeref:typename:uint32_t
488
* accumulate per-cpu bits in '
cpu_present_mask
'
503
KASSERT(cpu_index(ci) < (sizeof(
cpu_present_mask
) * 8));
504
atomic_or_32((volatile uint32_t *)&
cpu_present_mask
, 1 << cpu_index(ci));
591
cpumask &=
cpu_present_mask
;
rmixl_intr.c
352
static uint32_t
cpu_present_mask
;
variable in typeref:typename:uint32_t
488
* accumulate per-cpu bits in '
cpu_present_mask
'
503
KASSERT(cpu_index(ci) < (sizeof(
cpu_present_mask
) * 8));
504
atomic_or_32((volatile uint32_t *)&
cpu_present_mask
, 1 << cpu_index(ci));
591
cpumask &=
cpu_present_mask
;
Completed in 22 milliseconds
Indexes created Mon Sep 22 05:09:51 GMT 2025