Lines Matching refs:ext32
2381 struct mps_ext_cfg_page_req32 *ext32 = _arg; in mps_ioctl32() local
2416 CP(*ext32, arg.ext, header); in mps_ioctl32()
2417 CP(*ext32, arg.ext, page_address); in mps_ioctl32()
2418 PTRIN_CP(*ext32, arg.ext, buf); in mps_ioctl32()
2419 CP(*ext32, arg.ext, len); in mps_ioctl32()
2420 CP(*ext32, arg.ext, ioc_status); in mps_ioctl32()
2468 CP(arg.ext, *ext32, header); in mps_ioctl32()
2469 CP(arg.ext, *ext32, page_address); in mps_ioctl32()
2470 PTROUT_CP(arg.ext, *ext32, buf); in mps_ioctl32()
2471 CP(arg.ext, *ext32, len); in mps_ioctl32()
2472 CP(arg.ext, *ext32, ioc_status); in mps_ioctl32()