Searched refs:ap (Results 1 – 1 of 1) sorted by relevance
2067 uint32_t ap = 0; in MMU_APSection() local2070 if ((priv == NO_ACCESS) && (user == NO_ACCESS)) { ap = 0x0; } in MMU_APSection()2071 else if ((priv == RW) && (user == NO_ACCESS)) { ap = 0x1; } in MMU_APSection()2072 else if ((priv == RW) && (user == READ)) { ap = 0x2; } in MMU_APSection()2073 else if ((priv == RW) && (user == RW)) { ap = 0x3; } in MMU_APSection()2074 else if ((priv == READ) && (user == NO_ACCESS)) { ap = 0x5; } in MMU_APSection()2075 else if ((priv == READ) && (user == READ)) { ap = 0x7; } in MMU_APSection()2079 if ((priv == RW) && (user == NO_ACCESS)) { ap = 0x1; } in MMU_APSection()2080 else if ((priv == RW) && (user == RW)) { ap = 0x3; } in MMU_APSection()2081 else if ((priv == READ) && (user == NO_ACCESS)) { ap = 0x5; } in MMU_APSection()[all …]