io_restriction
{ACPI_RSD_2BITFLAG, ACPI_RSD_OFFSET(gpio.io_restriction),
{ACPI_RSC_2BITFLAG, ACPI_RS_OFFSET(data.gpio.io_restriction),
if (WARN_ON(agpio->io_restriction == ACPI_IO_RESTRICT_INPUT &&
switch (agpio->io_restriction) {
u8 io_restriction;
struct io_restriction restrictions;
struct io_restriction *io_uring_restrict;
void io_put_bpf_filters(struct io_restriction *res)
void io_bpf_filter_clone(struct io_restriction *dst, struct io_restriction *src)
static struct io_bpf_filters *io_bpf_filter_cow(struct io_restriction *src)
int io_register_bpf_filter(struct io_restriction *res,
int io_register_bpf_filter(struct io_restriction *res,
void io_put_bpf_filters(struct io_restriction *res);
void io_bpf_filter_clone(struct io_restriction *dst, struct io_restriction *src);
static inline int io_register_bpf_filter(struct io_restriction *res,
static inline void io_put_bpf_filters(struct io_restriction *res)
static inline void io_bpf_filter_clone(struct io_restriction *dst,
struct io_restriction *src)
void io_restriction_clone(struct io_restriction *dst, struct io_restriction *src)
struct io_restriction *src)
struct io_restriction *dst = &ctx->restrictions;
void io_restriction_clone(struct io_restriction *dst, struct io_restriction *src);
struct io_restriction *restrictions)
struct io_restriction *res;
struct io_restriction *res;
struct io_restriction *res, *src = tsk->io_uring_restrict;