Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/edac/
Damd64_edac_dbg.c25 u64 hole_base = 0; in amd64_hole_show() local
29 amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, &hole_size); in amd64_hole_show()
31 return sprintf(data, "%llx %llx %llx\n", hole_base, hole_offset, in amd64_hole_show()
Damd64_edac.h489 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base,
Damd64_edac.c506 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, in amd64_get_dram_hole_info() argument
548 *hole_base = dhar_base(pvt); in amd64_get_dram_hole_info()
549 *hole_size = (1ULL << 32) - *hole_base; in amd64_get_dram_hole_info()
555 pvt->mc_node_id, (unsigned long)*hole_base, in amd64_get_dram_hole_info()
594 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; in sys_addr_to_dram_addr() local
599 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, in sys_addr_to_dram_addr()