Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/edac/
Dedac_pci.c31 struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt, in edac_pci_alloc_ctl_info() argument
41 pvt = edac_align_ptr(&p, 1, sz_pvt); in edac_pci_alloc_ctl_info()
42 size = ((unsigned long)pvt) + sz_pvt; in edac_pci_alloc_ctl_info()
50 pvt = sz_pvt ? ((char *)pci) + ((unsigned long)pvt) : NULL; in edac_pci_alloc_ctl_info()
Dedac_pci.h173 extern struct edac_pci_ctl_info *edac_pci_alloc_ctl_info(unsigned int sz_pvt,
Dedac_mc.h128 unsigned int sz_pvt);
Dedac_mc.c389 unsigned int sz_pvt) in edac_mc_alloc() argument
424 pvt = edac_align_ptr(&ptr, sz_pvt, 1); in edac_mc_alloc()
425 size = ((unsigned long)pvt) + sz_pvt; in edac_mc_alloc()
444 pvt = sz_pvt ? (((char *)mci) + ((unsigned long)pvt)) : NULL; in edac_mc_alloc()