Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/i386/
H A Dcall64.S14 .globl cpu_call64
15 cpu_call64: label
84 .long . - cpu_call64
H A Dcpu.c500 cpu_call64((ulong)pgtable, setup_base, target); in cpu_jump_to_64bit()
538 memcpy(ptr, cpu_call64, call64_stub_size); in cpu_jump_to_64bit_uboot()
/openbmc/u-boot/arch/x86/include/asm/
H A Dcpu.h245 void cpu_call64(ulong pgtable, ulong setup_base, ulong target);