Home
last modified time | relevance | path

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

/arch/tile/kernel/
Dbacktrace.c313 unsigned int bytes_to_prefetch = 4096 - (pc & 4095); in find_caller_pc_and_caller_sp() local
314 if (bytes_to_prefetch > sizeof prefetched_bundles) in find_caller_pc_and_caller_sp()
315 bytes_to_prefetch = sizeof prefetched_bundles; in find_caller_pc_and_caller_sp()
318 bytes_to_prefetch, in find_caller_pc_and_caller_sp()
337 bytes_to_prefetch / sizeof(tile_bundle_bits); in find_caller_pc_and_caller_sp()