Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/pseries/
Diommu.c713 struct property *win64; in remove_ddw() local
719 win64 = of_find_property(np, DIRECT64_PROPNAME, NULL); in remove_ddw()
720 if (!win64) in remove_ddw()
723 if (!ddw_avail || len < 3 * sizeof(u32) || win64->length < sizeof(*dwp)) in remove_ddw()
726 dwp = win64->value; in remove_ddw()
750 ret = prom_remove_property(np, win64); in remove_ddw()
893 struct property *win64; in enable_ddw() local
955 win64 = kzalloc(sizeof(struct property), GFP_KERNEL); in enable_ddw()
956 if (!win64) { in enable_ddw()
961 win64->name = kstrdup(DIRECT64_PROPNAME, GFP_KERNEL); in enable_ddw()
[all …]