Home
last modified time | relevance | path

Searched defs:dimm_info (Results 1 – 2 of 2) sorted by relevance

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h105069 struct dimm_info { struct
105070 struct device dev;
105071 char label[32];
105072 unsigned int location[3];
105073 struct mem_ctl_info *mci;
105074 unsigned int idx;
105075 u32 grain;
105076 enum dev_type dtype;
105077 enum mem_type___2 mtype;
105078 enum edac_type edac_mode;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h114864 struct dimm_info { struct
114865 struct device dev;
114866 char label[32];
114867 unsigned int location[3];
114868 struct mem_ctl_info *mci;
114869 unsigned int idx;
114870 u32 grain;
114871 enum dev_type dtype;
114872 enum mem_type___2 mtype;
114873 enum edac_type edac_mode;
[all …]