Home
last modified time | relevance | path

Searched refs:hole_offset (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/edac/
Damd64_edac_dbg.c26 u64 hole_offset = 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.c502 u64 *hole_offset, u64 *hole_size) in amd64_get_dram_hole_info() argument
546 *hole_offset = (pvt->fam > 0xf) ? f10_dhar_offset(pvt) in amd64_get_dram_hole_info()
551 (unsigned long)*hole_offset, (unsigned long)*hole_size); in amd64_get_dram_hole_info()
589 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; in sys_addr_to_dram_addr() local
594 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, in sys_addr_to_dram_addr()
600 dram_addr = sys_addr - hole_offset; in sys_addr_to_dram_addr()
Damd64_edac.h484 u64 *hole_offset, u64 *hole_size);
/Linux-v4.19/fs/btrfs/
Dioctl.c3686 const u64 hole_offset, in clone_update_extent_map() argument
3711 em->start = hole_offset; in clone_update_extent_map()
3714 em->orig_start = hole_offset; in clone_update_extent_map()