Searched refs:pmiaddr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | pnd2_edac.c | 92 int (*pmi2mem)(struct mem_ctl_info *mci, u64 pmiaddr, u32 pmiidx, 646 static int sys2pmi(const u64 addr, u32 *pmiidx, u64 *pmiaddr, char *msg) in sys2pmi() argument 746 *pmiaddr = contig_addr; in sys2pmi() 900 static int bank_hash(u64 pmiaddr, int idx, int shft) in bank_hash() argument 906 bhash ^= ((pmiaddr >> (12 + shft)) ^ (pmiaddr >> (9 + shft))) & 1; in bank_hash() 909 bhash ^= (((pmiaddr >> (10 + shft)) ^ (pmiaddr >> (8 + shft))) & 1) << 1; in bank_hash() 910 bhash ^= ((pmiaddr >> 22) & 1) << 1; in bank_hash() 913 bhash ^= (((pmiaddr >> (1 in bank_hash() 920 rank_hash(u64 pmiaddr) rank_hash() argument 926 apl_pmi2mem(struct mem_ctl_info *mci, u64 pmiaddr, u32 pmiidx, struct dram_addr *daddr, char *msg) apl_pmi2mem() argument 996 dnv_pmi2mem(struct mem_ctl_info *mci, u64 pmiaddr, u32 pmiidx, struct dram_addr *daddr, char *msg) dnv_pmi2mem() argument 1120 u64 pmiaddr; get_memory_error_data() local [all...] |
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | pnd2_edac.c | 94 int (*pmi2mem)(struct mem_ctl_info *mci, u64 pmiaddr, u32 pmiidx, 624 static int sys2pmi(const u64 addr, u32 *pmiidx, u64 *pmiaddr, char *msg) in sys2pmi() argument 724 *pmiaddr = contig_addr; in sys2pmi() 878 static int bank_hash(u64 pmiaddr, int idx, int shft) in bank_hash() argument 884 bhash ^= ((pmiaddr >> (12 + shft)) ^ (pmiaddr >> (9 + shft))) & 1; in bank_hash() 887 bhash ^= (((pmiaddr >> (10 + shft)) ^ (pmiaddr >> (8 + shft))) & 1) << 1; in bank_hash() 888 bhash ^= ((pmiaddr >> 22) & 1) << 1; in bank_hash() 891 bhash ^= (((pmiaddr >> (1 in bank_hash() 898 rank_hash(u64 pmiaddr) rank_hash() argument 904 apl_pmi2mem(struct mem_ctl_info *mci, u64 pmiaddr, u32 pmiidx, struct dram_addr *daddr, char *msg) apl_pmi2mem() argument 974 dnv_pmi2mem(struct mem_ctl_info *mci, u64 pmiaddr, u32 pmiidx, struct dram_addr *daddr, char *msg) dnv_pmi2mem() argument 1098 u64 pmiaddr; get_memory_error_data() local [all...] |
Completed in 4 milliseconds