/src/common/lib/libc/gen/ |
ptree.c | 1173 pt_slot_t tmp_slot; local in function:ptree_check_branch 1177 ok = ok && ptree_matchnode(pt, PT_NODE(node), ptn, bitoff, &tmp_bitoff, &tmp_slot); 1179 tmp_slot = ptree_testnode(pt, PT_NODE(node), ptn); 1180 ok = ok && slot == tmp_slot;
|
ptree.c | 1173 pt_slot_t tmp_slot; local in function:ptree_check_branch 1177 ok = ok && ptree_matchnode(pt, PT_NODE(node), ptn, bitoff, &tmp_bitoff, &tmp_slot); 1179 tmp_slot = ptree_testnode(pt, PT_NODE(node), ptn); 1180 ok = ok && slot == tmp_slot;
|
/src/sys/arch/powerpc/booke/ |
e500_tlb.c | 1129 const u_int tmp_slot = e500_alloc_tlb1_entry(); local in function:e500_tlb_minimize 1130 KASSERT(tmp_slot != (u_int) -1); 1132 struct e500_xtlb * const tmp_xtlb = &tlb1->tlb1_entries[tmp_slot]; 1137 tmp_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(tmp_slot, MAS0_ESEL); 1183 e500_free_tlb1_entry(tmp_xtlb, tmp_slot, true);
|
e500_tlb.c | 1129 const u_int tmp_slot = e500_alloc_tlb1_entry(); local in function:e500_tlb_minimize 1130 KASSERT(tmp_slot != (u_int) -1); 1132 struct e500_xtlb * const tmp_xtlb = &tlb1->tlb1_entries[tmp_slot]; 1137 tmp_xtlb->e_hwtlb.hwtlb_mas0 |= __SHIFTIN(tmp_slot, MAS0_ESEL); 1183 e500_free_tlb1_entry(tmp_xtlb, tmp_slot, true);
|