Searched refs:hole_base (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/edac/ |
H A D | amd64_edac_dbg.c | 24 u64 hole_base = 0; amd64_hole_show() local 28 amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, &hole_size); amd64_hole_show() 30 return sprintf(data, "%llx %llx %llx\n", hole_base, hole_offset, amd64_hole_show()
|
H A D | amd64_edac.c | 459 * for the node represented by mci. Info is passed back in *hole_base, 469 * The values passed back in *hole_base, *hole_offset, and *hole_size are 473 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, amd64_get_dram_hole_info() argument 515 *hole_base = dhar_base(pvt); amd64_get_dram_hole_info() 516 *hole_size = (1ULL << 32) - *hole_base; amd64_get_dram_hole_info() 522 pvt->mc_node_id, (unsigned long)*hole_base, amd64_get_dram_hole_info() 561 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; sys_addr_to_dram_addr() local 566 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, sys_addr_to_dram_addr()
|
H A D | amd64_edac.h | 440 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base,
|
Completed in 105 milliseconds