Searched refs:call64_stub_size (Results 1 – 2 of 2) sorted by relevance
82 .globl call64_stub_size83 call64_stub_size: label
642 extern long call64_stub_size; in cpu_jump_to_64bit_uboot()643 ptr = malloc(call64_stub_size); in cpu_jump_to_64bit_uboot()648 memcpy(ptr, cpu_call64, call64_stub_size); in cpu_jump_to_64bit_uboot()
Completed in 4 milliseconds