Home
last modified time | relevance | path

Searched defs:shared (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/drivers/gpio/
Dgpio_lpc11u6x.c93 const struct gpio_lpc11u6x_shared *shared; member
269 pintsel_attach(const struct gpio_lpc11u6x_shared *shared, uint8_t intpin) in pintsel_attach()
305 pintsel_detach(const struct gpio_lpc11u6x_shared *shared, uint8_t intpin) in pintsel_detach()
425 struct gpio_lpc11u6x_shared *shared = in gpio_lpc11u6x_isr() local
/Zephyr-latest/lib/posix/options/
Dmmap.c27 bool shared = (pflags & MAP_SHARED) != 0; in p2z() local
/Zephyr-latest/arch/arm/core/mmu/
Darm_mmu_priv.h98 uint32_t shared : 1; member
132 uint32_t shared : 1; member
143 uint32_t shared : 1; member
195 uint32_t shared : 1; member
/Zephyr-latest/arch/xtensa/core/
Dptables.c220 bool shared = !!(attrs & XTENSA_MMU_MAP_SHARED); in map_memory_range() local