Home
last modified time | relevance | path

Searched refs:hole_base (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/edac/
H A 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()
H A Damd64_edac.c489 * for the node represented by mci. Info is passed back in *hole_base,
499 * The values passed back in *hole_base, *hole_offset, and *hole_size are
503 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, in amd64_get_dram_hole_info() argument
545 *hole_base = dhar_base(pvt); in amd64_get_dram_hole_info()
546 *hole_size = (1ULL << 32) - *hole_base; in amd64_get_dram_hole_info()
552 pvt->mc_node_id, (unsigned long)*hole_base, in amd64_get_dram_hole_info()
591 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; in sys_addr_to_dram_addr() local
596 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, in sys_addr_to_dram_addr()
H A Damd64_edac.h504 int amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base,
/kernel/linux/linux-6.6/drivers/edac/
H A Damd64_edac.c476 * for the node represented by mci. Info is passed back in *hole_base,
486 * The values passed back in *hole_base, *hole_offset, and *hole_size are
490 static int get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, in get_dram_hole_info() argument
532 *hole_base = dhar_base(pvt); in get_dram_hole_info()
533 *hole_size = (1ULL << 32) - *hole_base; in get_dram_hole_info()
539 pvt->mc_node_id, (unsigned long)*hole_base, in get_dram_hole_info()
566 u64 hole_base = 0; in dram_hole_show() local
570 get_dram_hole_info(mci, &hole_base, &hole_offset, &hole_size); in dram_hole_show()
572 return sprintf(data, "%llx %llx %llx\n", hole_base, hole_offset, in dram_hole_show()
858 u64 dram_base, hole_base, hole_offse in sys_addr_to_dram_addr() local
[all...]

Completed in 10 milliseconds