Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/powerpc/
H A Dvas-api.rst40 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 …]
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/include/
H A Dvas-api.h14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dvas-api.h14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
/openbmc/linux/tools/testing/selftests/powerpc/mce/
H A Dvas-api.h14 #define VAS_TX_WIN_OPEN _IOW(VAS_MAGIC, 0x20, struct vas_tx_win_open_attr) macro
H A Dinject-ra-err.c46 FAIL_IF(ioctl(fd, VAS_TX_WIN_OPEN, &attr) < 0); in test_ra_error()
/openbmc/linux/tools/testing/selftests/powerpc/nx-gzip/
H A Dgzip_vas.c66 rc = ioctl(fd, VAS_TX_WIN_OPEN, (unsigned long)&txattr); in open_device_nodes()
/openbmc/linux/arch/powerpc/platforms/book3s/
H A Dvas-api.c549 case VAS_TX_WIN_OPEN: in coproc_ioctl()