Home
last modified time | relevance | path

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

/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
/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
/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()
/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()