Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
H A Diommu.c1459 struct failed_ddw_pdn *fpdn; in enable_ddw() local
1485 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()
1486 if (fpdn->pdn == pdn) in enable_ddw()
1763 fpdn = kzalloc_obj(*fpdn); in enable_ddw()
1764 if (!fpdn) in enable_ddw()
1766 fpdn->pdn = pdn; in enable_ddw()
1767 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()
2067 struct failed_ddw_pdn *fpdn; in spapr_tce_create_table() local
2095 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in spapr_tce_create_table()
2096 if (fpdn->pdn == pdn) { in spapr_tce_create_table()
[all …]