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

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

Completed in 46 milliseconds