Home
last modified time | relevance | path

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

/linux-4.4.14/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.c474 u64 *hole_offset, u64 *hole_size) in amd64_get_dram_hole_info() argument
518 *hole_offset = (pvt->fam > 0xf) ? f10_dhar_offset(pvt) in amd64_get_dram_hole_info()
523 (unsigned long)*hole_offset, (unsigned long)*hole_size); in amd64_get_dram_hole_info()
561 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; in sys_addr_to_dram_addr() local
566 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, in sys_addr_to_dram_addr()
572 dram_addr = sys_addr - hole_offset; in sys_addr_to_dram_addr()
Damd64_edac.h441 u64 *hole_offset, u64 *hole_size);
/linux-4.4.14/fs/btrfs/
Dioctl.c3318 const u64 hole_offset, in clone_update_extent_map() argument
3344 em->start = hole_offset; in clone_update_extent_map()
3347 em->orig_start = hole_offset; in clone_update_extent_map()