Searched refs:hole_base (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/edac/ |
D | amd64_edac_dbg.c | 24 u64 hole_base = 0; in amd64_hole_show() local 28 amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, &hole_size); in amd64_hole_show() 30 return sprintf(data, "%llx %llx %llx\n", hole_base, hole_offset, in amd64_hole_show()
|
D | amd64_edac.c | 458 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, in amd64_get_dram_hole_info() argument 500 *hole_base = dhar_base(pvt); in amd64_get_dram_hole_info() 501 *hole_size = (1ULL << 32) - *hole_base; in amd64_get_dram_hole_info() 507 pvt->mc_node_id, (unsigned long)*hole_base, in amd64_get_dram_hole_info() 546 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; in sys_addr_to_dram_addr() local 551 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, in sys_addr_to_dram_addr()
|
D | amd64_edac.h | 492 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base,
|