upwa              134 arch/powerpc/platforms/pseries/mobility.c 	struct update_props_workarea *upwa;
upwa              158 arch/powerpc/platforms/pseries/mobility.c 	upwa = (struct update_props_workarea *)&rtas_buf[0];
upwa              159 arch/powerpc/platforms/pseries/mobility.c 	upwa->phandle = phandle;
upwa              167 arch/powerpc/platforms/pseries/mobility.c 		prop_data = rtas_buf + sizeof(*upwa);
upwa              168 arch/powerpc/platforms/pseries/mobility.c 		nprops = be32_to_cpu(upwa->nprops);
upwa              108 drivers/misc/cxl/flash.c 	struct update_props_workarea *upwa;
upwa              131 drivers/misc/cxl/flash.c 	upwa = (struct update_props_workarea *)&buf[0];
upwa              132 drivers/misc/cxl/flash.c 	upwa->phandle = phandle;
upwa              138 drivers/misc/cxl/flash.c 		prop_data = buf + sizeof(*upwa);
upwa              139 drivers/misc/cxl/flash.c 		nprops = be32_to_cpu(upwa->nprops);