Searched refs:get_pv_entry (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/sys/riscv/riscv/
H A Dpmap.c304 static pv_entry_t get_pv_entry(pmap_t pmap, struct rwlock **lockp);
1833 get_pv_entry(pmap_t pmap, struct rwlock **lockp) function
2018 if ((pv = get_pv_entry(pmap, NULL)) != NULL) {
2140 if ((pv = get_pv_entry(pmap, (flags & PMAP_ENTER_NORECLAIM) != 0 ?
3092 pv = get_pv_entry(pmap, &lock);
/freebsd-current/sys/i386/i386/
H A Dpmap.c288 static pv_entry_t get_pv_entry(pmap_t pmap, bool try);
2503 get_pv_entry(pmap_t pmap, bool try) function
2640 * to get_pv_entry(), a transfer avoids the possibility that
2641 * get_pv_entry() calls pmap_collect() and that pmap_collect()
2695 pv = get_pv_entry(pmap, false);
2711 (pv = get_pv_entry(pmap, true)) != NULL) {
2732 (pv = get_pv_entry(pmap, noreclaim)) == NULL)
3849 pv = get_pv_entry(pmap, false);
/freebsd-current/sys/arm/arm/
H A Dpmap-v6.c2997 get_pv_entry(pmap_t pmap, bool try) function
3081 pv = get_pv_entry(pmap, false);
3174 * to get_pv_entry(), a transfer avoids the possibility that
3175 * get_pv_entry() calls pmap_pv_reclaim() and that pmap_pv_reclaim()
3205 (pv = get_pv_entry(pmap, true)) != NULL) {
3226 (pv = get_pv_entry(pmap, noreclaim)) == NULL)
3979 pv = get_pv_entry(pmap, false);
/freebsd-current/sys/arm64/arm64/
H A Dpmap.c455 static pv_entry_t get_pv_entry(pmap_t pmap, struct rwlock **lockp);
3345 get_pv_entry(pmap_t pmap, struct rwlock **lockp) function
3597 if ((pv = get_pv_entry(pmap, NULL)) != NULL) {
3622 if ((pv = get_pv_entry(pmap, (flags & PMAP_ENTER_NORECLAIM) != 0 ?
3656 pv = get_pv_entry(pmap, NULL);
4662 * pv list. Aside from avoiding the cost of a call to get_pv_entry(),
4663 * a transfer avoids the possibility that get_pv_entry() calls
5293 pv = get_pv_entry(pmap, &lock);
/freebsd-current/sys/powerpc/aim/
H A Dmmu_radix.c1606 get_pv_entry(pmap_t pmap, struct rwlock **lockp) function
1689 * pv list. Aside from avoiding the cost of a call to get_pv_entry(),
1690 * a transfer avoids the possibility that get_pv_entry() calls
1738 if ((pv = get_pv_entry(pmap, NULL)) != NULL) {
3065 pv = get_pv_entry(pmap, &lock);
4873 if ((pv = get_pv_entry(pmap, (flags & PMAP_ENTER_NORECLAIM) != 0 ?
/freebsd-current/sys/amd64/amd64/
H A Dpmap.c1263 static pv_entry_t get_pv_entry(pmap_t pmap, struct rwlock **lockp);
5575 get_pv_entry(pmap_t pmap, struct rwlock **lockp) function
5861 * pv list. Aside from avoiding the cost of a call to get_pv_entry(),
5862 * a transfer avoids the possibility that get_pv_entry() calls
5910 if ((pv = get_pv_entry(pmap, NULL)) != NULL) {
5935 if ((pv = get_pv_entry(pmap, (flags & PMAP_ENTER_NORECLAIM) != 0 ?
7362 pv = get_pv_entry(pmap, &lock);

Completed in 393 milliseconds