Home
last modified time | relevance | path

Searched refs:allow_access (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/drivers/xen/dom0/
Ddomctl.c160 uint64_t nr_mfns, uint8_t allow_access) in xen_domctl_iomem_permission() argument
167 .u.iomem_permission.allow_access = allow_access, in xen_domctl_iomem_permission()
/Zephyr-latest/include/zephyr/xen/dom0/
Ddomctl.h26 uint64_t nr_mfns, uint8_t allow_access);
/Zephyr-latest/include/zephyr/xen/public/
Ddomctl.h288 uint8_t allow_access; /* allow (!0) or deny (0) access to range? */ member