Searched defs:hilo (Results 1 – 2 of 2) sorted by relevance
/linux-6.14.4/arch/mips/include/asm/ | ||
D | mips-r2-to-r6-emul.h | 15 u64 hilo; member |
/linux-6.14.4/drivers/crypto/ccree/ | ||
D | cc_hash.c | 47 #define hilo(x) upper_32_bits(x), lower_32_bits(x) macro |