Home
last modified time | relevance | path

Searched refs:hart_mask (Results 1 – 2 of 2) sorted by relevance

/libcpu/risc-v/common64/
A Dsbi.c132 void sbi_send_ipi(const unsigned long *hart_mask) in sbi_send_ipi() argument
139 ret = SBI_CALL2(SBI_EXT_ID_IPI, SBI_IPI_SEND_IPI, *hart_mask, 0); in sbi_send_ipi()
144 (void)SBI_CALL1(SBI_SEND_IPI, 0, (uint64_t)hart_mask); in sbi_send_ipi()
148 void sbi_remote_fence_i(const unsigned long *hart_mask) in sbi_remote_fence_i() argument
156 SBI_CALL2(SBI_EXT_ID_RFNC, SBI_RFNC_REMOTE_FENCE_I, *hart_mask, 0); in sbi_remote_fence_i()
161 (void)SBI_CALL1(SBI_REMOTE_FENCE_I, 0, (uint64_t)hart_mask); in sbi_remote_fence_i()
165 int sbi_remote_sfence_vma(const unsigned long *hart_mask, in sbi_remote_sfence_vma() argument
179 (void)SBI_CALL3(SBI_REMOTE_SFENCE_VMA, 0, (uint64_t)hart_mask, start, in sbi_remote_sfence_vma()
185 void sbi_remote_sfence_vma_asid(const unsigned long *hart_mask, in sbi_remote_sfence_vma_asid() argument
195 *hart_mask, 0, start, size, asid); in sbi_remote_sfence_vma_asid()
[all …]
A Dsbi.h184 void sbi_send_ipi(const unsigned long *hart_mask);
187 void sbi_remote_fence_i(const unsigned long *hart_mask);
188 int sbi_remote_sfence_vma(const unsigned long *hart_mask,
191 void sbi_remote_sfence_vma_asid(const unsigned long *hart_mask, unsigned long start,

Completed in 9 milliseconds