Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/cpu/i386/
H A Dcall64.S15 .globl cpu_call64 symbol
16 cpu_call64: label
H A Dcpu.c500 cpu_call64((ulong)pgtable, setup_base, target); in cpu_jump_to_64bit()
540 memcpy(ptr, cpu_call64, 0x1000); in cpu_jump_to_64bit_uboot()
548 ulong ofs = (ulong)cpu_call64 - (ulong)ptr; in cpu_jump_to_64bit_uboot()
/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dcpu.h246 void cpu_call64(ulong pgtable, ulong setup_base, ulong target);