Searched refs:ap10 (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/include/target/arm/barrelfish_kpi/
H A Dpaging_arm_v7.h95 uint32_t ap10 :2; // AP[1:0] member in struct:arm_l1_entry::__anon55
113 uint32_t ap10 :2; // AP[1:0] member in struct:arm_l1_entry::__anon56
145 uint32_t ap10 :2; // AP[1:0] member in struct:arm_l2_entry::__anon58
160 uint32_t ap10 :2; // AP[1:0] member in struct:arm_l2_entry::__anon59
/barrelfish-master/kernel/arch/armv7/
H A Dpaging.c50 entry->small_page.ap10 =
52 entry->small_page.ap10 |=
97 l1.section.ap10 = 3; // prev value: 3 // RW/NA RW/RW
98 // l1.section.ap10 = 1; // RW/NA
162 e_l2->small_page.ap10= 1;
278 (pte.section.ap2) << 2 | pte.section.ap10,
294 (pte.super_section.ap2) << 2 | pte.super_section.ap10,
399 entry->section.ap10 = (kpi_paging_flags & KPI_PAGING_FLAGS_READ)? 2:0;
400 entry->section.ap10 |= (kpi_paging_flags & KPI_PAGING_FLAGS_WRITE)? 3:0;
672 if (type == ACCESS_WRITE && !(l1e->section.ap10
[all...]
H A Dpaging_init.c59 l1.section.ap10 = 3; // prev value: 3 // RW/NA RW/RW
60 // l1.section.ap10 = 1; // RW/NA
91 l1.section.ap10 = 1; /* Kernel RW, no user access. */

Completed in 80 milliseconds