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

/linux-4.1.27/drivers/edac/
H A Damd64_edac_dbg.c25 u64 hole_offset = 0; amd64_hole_show() local
28 amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, &hole_size); amd64_hole_show()
30 return sprintf(data, "%llx %llx %llx\n", hole_base, hole_offset, amd64_hole_show()
H A Damd64_edac.c445 * *hole_offset, and *hole_size. Function returns 0 if info is valid or 1 if
454 * The values passed back in *hole_base, *hole_offset, and *hole_size are
459 u64 *hole_offset, u64 *hole_size) amd64_get_dram_hole_info()
503 *hole_offset = (pvt->fam > 0xf) ? f10_dhar_offset(pvt) amd64_get_dram_hole_info()
508 (unsigned long)*hole_offset, (unsigned long)*hole_size); amd64_get_dram_hole_info()
546 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; sys_addr_to_dram_addr() local
551 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, sys_addr_to_dram_addr()
557 dram_addr = sys_addr - hole_offset; sys_addr_to_dram_addr()
458 amd64_get_dram_hole_info(struct mem_ctl_info *mci, u64 *hole_base, u64 *hole_offset, u64 *hole_size) amd64_get_dram_hole_info() argument
H A Damd64_edac.h493 u64 *hole_offset, u64 *hole_size);
/linux-4.1.27/fs/btrfs/
H A Dioctl.c3119 const u64 hole_offset, clone_update_extent_map()
3145 em->start = hole_offset; clone_update_extent_map()
3148 em->orig_start = hole_offset; clone_update_extent_map()
3116 clone_update_extent_map(struct inode *inode, const struct btrfs_trans_handle *trans, const struct btrfs_path *path, const u64 hole_offset, const u64 hole_len) clone_update_extent_map() argument

Completed in 160 milliseconds