Home
last modified time | relevance | path

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

/kvm-unit-tests/riscv/
H A Dsbi.c38 static long __labs(long a) in __labs() function
470 if (__labs(hartid2 - hartid1) < BITS_PER_LONG) in check_ipi()
484 …ret = sbi_send_ipi((1UL << __labs(hartid2 - hartid1)) | 1UL, hartid1 < hartid2 ? hartid1 : hartid2… in check_ipi()