Lines Matching refs:hbase
253 unsigned long hartid, cpuid, hmask = 0, hbase = 0, htop = 0; in __sbi_send_ipi_v02() local
264 hbase + BITS_PER_LONG <= hartid) { in __sbi_send_ipi_v02()
267 hbase, 0, 0, 0, 0); in __sbi_send_ipi_v02()
271 } else if (hartid < hbase) { in __sbi_send_ipi_v02()
273 hmask <<= hbase - hartid; in __sbi_send_ipi_v02()
274 hbase = hartid; in __sbi_send_ipi_v02()
278 hbase = hartid; in __sbi_send_ipi_v02()
283 hmask |= BIT(hartid - hbase); in __sbi_send_ipi_v02()
288 hmask, hbase, 0, 0, 0, 0); in __sbi_send_ipi_v02()
298 __func__, hbase, hmask, result); in __sbi_send_ipi_v02()
303 unsigned long hbase, unsigned long start, in __sbi_rfence_v02_call() argument
313 ret = sbi_ecall(ext, fid, hmask, hbase, 0, 0, 0, 0); in __sbi_rfence_v02_call()
316 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
320 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
325 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
329 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
333 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
337 ret = sbi_ecall(ext, fid, hmask, hbase, start, in __sbi_rfence_v02_call()
349 __func__, hbase, hmask, result); in __sbi_rfence_v02_call()
359 unsigned long hartid, cpuid, hmask = 0, hbase = 0, htop = 0; in __sbi_rfence_v02() local
369 hbase + BITS_PER_LONG <= hartid) { in __sbi_rfence_v02()
371 hbase, start, size, arg4, arg5); in __sbi_rfence_v02()
375 } else if (hartid < hbase) { in __sbi_rfence_v02()
377 hmask <<= hbase - hartid; in __sbi_rfence_v02()
378 hbase = hartid; in __sbi_rfence_v02()
382 hbase = hartid; in __sbi_rfence_v02()
387 hmask |= BIT(hartid - hbase); in __sbi_rfence_v02()
391 result = __sbi_rfence_v02_call(fid, hmask, hbase, in __sbi_rfence_v02()