HomeSort by: relevance | last modified time | path
    Searched refs:L2_S_PROTO (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/include/
asan.h 183 L2_S_PROTO |
  /src/sys/arch/arm/include/arm32/
pmap.h 976 #define L2_S_PROTO pte_l2_s_proto
1003 #define L2_S_PROTO L2_S_PROTO_generic
1034 #define L2_S_PROTO L2_S_PROTO_armv6n
1061 #define L2_S_PROTO L2_S_PROTO_generic
1088 #define L2_S_PROTO L2_S_PROTO_xscale
1119 #define L2_S_PROTO L2_S_PROTO_armv7
  /src/sys/arch/arm/arm32/
pmap.c 2678 const pt_entry_t npte = L2_S_PROTO | pa | pte_l2_s_cache_mode
2789 const pt_entry_t npte = L2_S_PROTO
3200 npte |= l2pte_set_readonly(L2_S_PROTO);
3318 npte |= l2pte_set_readonly(L2_S_PROTO);
3801 pt_entry_t npte = L2_S_PROTO | pa | L2_S_PROT(PTE_KERNEL, prot);
4562 l2pte_set_writable((opte & ~L2_TYPE_MASK) | L2_S_PROTO)
4605 l2pte_set_readonly((opte & ~L2_TYPE_MASK) | L2_S_PROTO);
5503 const pt_entry_t npte = L2_S_PROTO | pa | pte_l2_s_cache_mode
5572 pt_entry_t npte = L2_S_PROTO | pa |
5631 const pt_entry_t npte = L2_S_PROTO | pa
    [all...]
  /src/sys/arch/evbarm/ixm1200/
ixm1200_machdep.c 747 const pt_entry_t npte = L2_S_PROTO | kaddr |
  /src/sys/arch/acorn32/acorn32/
rpc_machdep.c 1094 const pt_entry_t npte = L2_S_PROTO | kaddr |

Completed in 26 milliseconds