| Home | Sort by: relevance | last modified time | path | 
| /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); | 
| 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); |