Searched refs:_swap_to_cfi (Results 1 – 1 of 1) sorted by relevance
36 #define _cpu_to_cfi(w, s, x) (cfi_host(s)?(x):_swap_to_cfi(w, s, x))38 #define _swap_to_cfi(w, s, x) (cfi_be(s)?cpu_to_be##w(x):cpu_to_le##w(x)) macro
Completed in 13 milliseconds