OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hartmask
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/arch/riscv/riscv/
riscv_tlb.c
88
unsigned long
hartmask
= 0;
local in function:tlb_invalidate_asids
98
hartmask
|= __BIT(hartid);
101
struct sbiret sbiret = sbi_remote_sfence_vma_asid(
hartmask
,
128
unsigned long
hartmask
= 0;
local in function:tlb_invalidate_addr
137
hartmask
|= __BIT(hartid);
139
struct sbiret sbiret = sbi_remote_sfence_vma(
hartmask
,
interrupt.c
184
unsigned long
hartmask
= 0;
local in function:cpu_send_ipi
187
hartmask
|= __BIT(hartid);
188
struct sbiret sbiret = sbi_send_ipi(
hartmask
, 0);
riscv_tlb.c
88
unsigned long
hartmask
= 0;
local in function:tlb_invalidate_asids
98
hartmask
|= __BIT(hartid);
101
struct sbiret sbiret = sbi_remote_sfence_vma_asid(
hartmask
,
128
unsigned long
hartmask
= 0;
local in function:tlb_invalidate_addr
137
hartmask
|= __BIT(hartid);
139
struct sbiret sbiret = sbi_remote_sfence_vma(
hartmask
,
interrupt.c
184
unsigned long
hartmask
= 0;
local in function:cpu_send_ipi
187
hartmask
|= __BIT(hartid);
188
struct sbiret sbiret = sbi_send_ipi(
hartmask
, 0);
cpu_subr.c
87
unsigned long
hartmask
= 0;
local in function:cpu_ipi_aps
94
hartmask
|= __BIT(hartid);
96
struct sbiret sbiret = sbi_send_ipi(
hartmask
, 0);
cpu_subr.c
87
unsigned long
hartmask
= 0;
local in function:cpu_ipi_aps
94
hartmask
|= __BIT(hartid);
96
struct sbiret sbiret = sbi_send_ipi(
hartmask
, 0);
Completed in 56 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025