Home
last modified time | relevance | path

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

/linux-3.4.99/arch/tile/kernel/
Dbacktrace.c312 unsigned int bytes_to_prefetch = 4096 - (pc & 4095); in find_caller_pc_and_caller_sp() local
313 if (bytes_to_prefetch > sizeof prefetched_bundles) in find_caller_pc_and_caller_sp()
314 bytes_to_prefetch = sizeof prefetched_bundles; in find_caller_pc_and_caller_sp()
317 bytes_to_prefetch, in find_caller_pc_and_caller_sp()
336 bytes_to_prefetch / sizeof(tile_bundle_bits); in find_caller_pc_and_caller_sp()