Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/platforms/pseries/
Diommu.c813 struct property *win64; in remove_ddw() local
821 win64 = of_find_property(np, DIRECT64_PROPNAME, NULL); in remove_ddw()
822 if (!win64) in remove_ddw()
825 if (ret || win64->length < sizeof(*dwp)) in remove_ddw()
828 dwp = win64->value; in remove_ddw()
853 ret = of_remove_property(np, win64); in remove_ddw()
1004 struct property *win64; in enable_ddw() local
1080 win64 = kzalloc(sizeof(struct property), GFP_KERNEL); in enable_ddw()
1081 if (!win64) { in enable_ddw()
1086 win64->name = kstrdup(DIRECT64_PROPNAME, GFP_KERNEL); in enable_ddw()
[all …]