Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/edac/
Damd64_edac_dbg.c25 u64 hole_offset = 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()
Damd64_edac.c459 u64 *hole_offset, u64 *hole_size) in amd64_get_dram_hole_info() argument
503 *hole_offset = (pvt->fam > 0xf) ? f10_dhar_offset(pvt) in amd64_get_dram_hole_info()
508 (unsigned long)*hole_offset, (unsigned long)*hole_size); 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()
557 dram_addr = sys_addr - hole_offset; in sys_addr_to_dram_addr()
Damd64_edac.h493 u64 *hole_offset, u64 *hole_size);
/linux-4.1.27/fs/btrfs/
Dioctl.c3119 const u64 hole_offset, in clone_update_extent_map() argument
3145 em->start = hole_offset; in clone_update_extent_map()
3148 em->orig_start = hole_offset; in clone_update_extent_map()