Searched refs:win64 (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
H A Diommu.c813 struct property *win64; remove_ddw() local
821 win64 = of_find_property(np, DIRECT64_PROPNAME, NULL); remove_ddw()
822 if (!win64) remove_ddw()
825 if (ret || win64->length < sizeof(*dwp)) remove_ddw()
828 dwp = win64->value; remove_ddw()
853 ret = of_remove_property(np, win64); remove_ddw()
1004 struct property *win64; enable_ddw() local
1080 win64 = kzalloc(sizeof(struct property), GFP_KERNEL); enable_ddw()
1081 if (!win64) { enable_ddw()
1086 win64->name = kstrdup(DIRECT64_PROPNAME, GFP_KERNEL); enable_ddw()
1087 win64->value = ddwprop = kmalloc(sizeof(*ddwprop), GFP_KERNEL); enable_ddw()
1088 win64->length = sizeof(*ddwprop); enable_ddw()
1089 if (!win64->name || !win64->value) { enable_ddw()
1113 win64->value, tce_setrange_multi_pSeriesLP_walk); enable_ddw()
1120 ret = of_add_property(pdn, win64); enable_ddw()
1143 kfree(win64->name); enable_ddw()
1144 kfree(win64->value); enable_ddw()
1145 kfree(win64); enable_ddw()

Completed in 65 milliseconds