Home
last modified time | relevance | path

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

/arch/x86/kernel/
Dtboot.c65 if (!boot_params.tboot_addr) in tboot_probe()
71 if (!e820_any_mapped(boot_params.tboot_addr, in tboot_probe()
72 boot_params.tboot_addr, E820_RESERVED)) { in tboot_probe()
84 set_fixmap(FIX_TBOOT_BASE, boot_params.tboot_addr); in tboot_probe()
88 boot_params.tboot_addr); in tboot_probe()
99 boot_params.tboot_addr); in tboot_probe()
/arch/x86/include/uapi/asm/
Dbootparam.h117 __u64 tboot_addr; /* 0x058 */ member