Home
last modified time | relevance | path

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

/linux-6.15/arch/riscv/kernel/
H A Dunaligned_access_speed.c38 u64 byte_cycles; in check_unaligned_access() local
78 byte_cycles = -1ULL; in check_unaligned_access()
90 if ((end_cycles - start_cycles) < byte_cycles) in check_unaligned_access()
91 byte_cycles = end_cycles - start_cycles; in check_unaligned_access()
97 if (!word_cycles || !byte_cycles) { in check_unaligned_access()
104 if (word_cycles < byte_cycles) in check_unaligned_access()
282 u64 byte_cycles; in check_vector_unaligned_access() local
330 byte_cycles = -1ULL; in check_vector_unaligned_access()
345 byte_cycles = end_cycles - start_cycles; in check_vector_unaligned_access()
351 if (!word_cycles || !byte_cycles) { in check_vector_unaligned_access()
[all …]