Searched refs:shared (Results 1 – 6 of 6) sorted by relevance
98 uint32_t shared : 1; member132 uint32_t shared : 1; member143 uint32_t shared : 1; member195 uint32_t shared : 1; member
296 perms_attrs.shared = 0; in arm_mmu_convert_attr_flags()303 perms_attrs.shared = 0; in arm_mmu_convert_attr_flags()327 perms_attrs.shared = 1; in arm_mmu_convert_attr_flags()431 l1_page_table.entries[l1_index].l1_section_1m.shared = perms_attrs.shared; in arm_mmu_l1_map_section()491 perms_attrs.shared = l1_page_table.entries[l1_index].l1_section_1m.shared; in arm_mmu_remap_l1_section_to_l2_table()666 l2_page_table->entries[l2_index].l2_page_4k.shared = perms_attrs.shared; in arm_mmu_l2_map_page()
60 externally linked shared libraries. Which is to say: only static
209 bool shared = !!(attrs & XTENSA_MMU_MAP_SHARED); in map_memory_range() local215 shared ? XTENSA_MMU_SHARED_RING : in map_memory_range()
64 and a coherent "shared" area.
492 bool "Set this to enable support for shared interrupts"496 Set this to enable support for shared interrupts. Use this with501 int "Maximum number of clients allowed per shared interrupt"506 per shared interrupt. Set this according to your needs.
Completed in 17 milliseconds