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 914 #define L2_S_PROTO pte_l2_s_proto
941 #define L2_S_PROTO L2_S_PROTO_generic
972 #define L2_S_PROTO L2_S_PROTO_armv6n
999 #define L2_S_PROTO L2_S_PROTO_generic
1026 #define L2_S_PROTO L2_S_PROTO_xscale
1057 #define L2_S_PROTO L2_S_PROTO_armv7
  /src/sys/arch/arm/arm32/
pmap.c 2683 const pt_entry_t npte = L2_S_PROTO | pa | pte_l2_s_cache_mode
2794 const pt_entry_t npte = L2_S_PROTO
3205 npte |= l2pte_set_readonly(L2_S_PROTO);
3323 npte |= l2pte_set_readonly(L2_S_PROTO);
3806 pt_entry_t npte = L2_S_PROTO | pa | L2_S_PROT(PTE_KERNEL, prot);
4567 l2pte_set_writable((opte & ~L2_TYPE_MASK) | L2_S_PROTO)
4610 l2pte_set_readonly((opte & ~L2_TYPE_MASK) | L2_S_PROTO);
5537 const pt_entry_t npte = L2_S_PROTO | pa | pte_l2_s_cache_mode
5606 pt_entry_t npte = L2_S_PROTO | pa |
5665 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 20 milliseconds