Searched refs:hole_offset (Results 1 - 4 of 4) sorted by relevance
/linux-4.4.14/drivers/edac/ |
H A D | amd64_edac_dbg.c | 25 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 D | amd64_edac.c | 460 * *hole_offset, and *hole_size. Function returns 0 if info is valid or 1 if 469 * The values passed back in *hole_base, *hole_offset, and *hole_size are 474 u64 *hole_offset, u64 *hole_size) amd64_get_dram_hole_info() 518 *hole_offset = (pvt->fam > 0xf) ? f10_dhar_offset(pvt) amd64_get_dram_hole_info() 523 (unsigned long)*hole_offset, (unsigned long)*hole_size); amd64_get_dram_hole_info() 561 u64 dram_base, hole_base, hole_offset, hole_size, dram_addr; sys_addr_to_dram_addr() local 566 ret = amd64_get_dram_hole_info(mci, &hole_base, &hole_offset, sys_addr_to_dram_addr() 572 dram_addr = sys_addr - hole_offset; sys_addr_to_dram_addr() 473 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 D | amd64_edac.h | 441 u64 *hole_offset, u64 *hole_size);
|
/linux-4.4.14/fs/btrfs/ |
H A D | ioctl.c | 3318 const u64 hole_offset, clone_update_extent_map() 3344 em->start = hole_offset; clone_update_extent_map() 3347 em->orig_start = hole_offset; clone_update_extent_map() 3315 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 153 milliseconds