Home
last modified time | relevance | path

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

/linux-5.19.10/arch/ia64/include/asm/
Dprocessor.h623 ia64_rotr (__u64 w, __u64 n) in ia64_rotr() function
628 #define ia64_rotl(w,n) ia64_rotr((w), (64) - (n))
/linux-5.19.10/arch/ia64/kernel/
Dptrace.c85 ia64_rotr(unat, dist) & mask; \ in ia64_get_scratch_nat_bits()