Searched refs:coreboot_table_addr (Results 1 – 2 of 2) sorted by relevance
49 uint64_t coreboot_table_addr; variable115 *address = coreboot_table_addr; in coreboot_get_table_location()129 coreboot_table_addr = (uint64_t) base; in coreboot_table_setup()
302 uint64_t coreboot_table_addr; in add_coreboot_node() local308 coreboot_get_table_location(&coreboot_table_addr, &coreboot_table_size); in add_coreboot_node()309 if (!coreboot_table_addr || !coreboot_table_size) { in add_coreboot_node()329 reg_node.addr = cpu_to_fdt64(coreboot_table_addr); in add_coreboot_node()