Searched refs:VAS_TX_WIN_OPEN (Results 1 – 7 of 7) sorted by relevance
/linux-5.19.10/Documentation/powerpc/ ! |
D | vas-api.rst | 40 descriptor (fd). Then should issue VAS_TX_WIN_OPEN ioctl with this fd to 66 * issue VAS_TX_WIN_OPEN ioctl 87 the vas_id field in the VAS_TX_WIN_OPEN ioctl as detailed below. 107 VAS_TX_WIN_OPEN ioctl 110 Applications should use the VAS_TX_WIN_OPEN ioctl as follows to establish 135 The attributes attr for the VAS_TX_WIN_OPEN ioctl are defined as 139 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 1, 143 rc = ioctl(fd, VAS_TX_WIN_OPEN, &attr); 145 The VAS_TX_WIN_OPEN ioctl returns 0 on success. On errors, it 186 to the VAS_TX_WIN_OPEN ioctl). [all …]
|
/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/include/ ! |
D | vas-api.h | 14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
|
/linux-5.19.10/tools/testing/selftests/powerpc/mce/ ! |
D | vas-api.h | 14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
|
D | inject-ra-err.c | 46 FAIL_IF(ioctl(fd, VAS_TX_WIN_OPEN, &attr) < 0); in test_ra_error()
|
/linux-5.19.10/arch/powerpc/include/uapi/asm/ ! |
D | vas-api.h | 14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
|
/linux-5.19.10/tools/testing/selftests/powerpc/nx-gzip/ ! |
D | gzip_vas.c | 66 rc = ioctl(fd, VAS_TX_WIN_OPEN, (unsigned long)&txattr); in open_device_nodes()
|
/linux-5.19.10/arch/powerpc/platforms/book3s/ ! |
D | vas-api.c | 550 case VAS_TX_WIN_OPEN: in coproc_ioctl()
|