HomeSort by: relevance | last modified time | path
    Searched defs:bckt (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/ia64/ia64/
pmap.c 956 struct ia64_bucket *bckt; local in function:pmap_enter_vhpt
964 bckt = (struct ia64_bucket *)vhpte->chain;
966 mutex_spin_enter(&bckt->mutex);
967 pte->chain = bckt->chain;
969 bckt->chain = pte_pa;
972 bckt->length++;
973 mutex_spin_exit(&bckt->mutex);
983 struct ia64_bucket *bckt; local in function:pmap_remove_vhpt
991 bckt = (struct ia64_bucket *)vhpte->chain;
994 mutex_spin_enter(&bckt->mutex)
1026 struct ia64_bucket *bckt; local in function:pmap_find_vhpt
    [all...]
pmap.c 956 struct ia64_bucket *bckt; local in function:pmap_enter_vhpt
964 bckt = (struct ia64_bucket *)vhpte->chain;
966 mutex_spin_enter(&bckt->mutex);
967 pte->chain = bckt->chain;
969 bckt->chain = pte_pa;
972 bckt->length++;
973 mutex_spin_exit(&bckt->mutex);
983 struct ia64_bucket *bckt; local in function:pmap_remove_vhpt
991 bckt = (struct ia64_bucket *)vhpte->chain;
994 mutex_spin_enter(&bckt->mutex)
1026 struct ia64_bucket *bckt; local in function:pmap_find_vhpt
    [all...]

Completed in 25 milliseconds