Home
last modified time | relevance | path

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

/Linux-v6.6/arch/powerpc/platforms/pseries/
Diommu.c1261 struct failed_ddw_pdn *fpdn; in enable_ddw() local
1285 list_for_each_entry(fpdn, &failed_ddw_pdn_list, list) { in enable_ddw()
1286 if (fpdn->pdn == pdn) in enable_ddw()
1503 fpdn = kzalloc(sizeof(*fpdn), GFP_KERNEL); in enable_ddw()
1504 if (!fpdn) in enable_ddw()
1506 fpdn->pdn = pdn; in enable_ddw()
1507 list_add(&fpdn->list, &failed_ddw_pdn_list); in enable_ddw()