Home
last modified time | relevance | path

Searched refs:sz_pvt (Results 1 – 3 of 3) sorted by relevance

/drivers/edac/
Dedac_pci.c41 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument
51 pvt = edac_align_ptr(&p, 1, sz_pvt); in edac_pci_alloc_ctl_info()
52 size = ((unsigned long)pvt) + sz_pvt; in edac_pci_alloc_ctl_info()
60 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL; in edac_pci_alloc_ctl_info()
Dedac_core.h448 unsigned sz_pvt);
488 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
Dedac_mc.c265 unsigned sz_pvt) in edac_mc_alloc() argument
312 pvt = edac_align_ptr(&ptr, sz_pvt, 1); in edac_mc_alloc()
313 size = ((unsigned long)pvt) + sz_pvt; in edac_mc_alloc()
333 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL; in edac_mc_alloc()