Searched refs:ptep_h (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/s390/kvm/ ! |
| H A D | gaccess.c | 1422 static int _do_shadow_pte(struct gmap *sg, gpa_t raddr, union pte *ptep_h, union pte *ptep, in _do_shadow_pte() argument 1437 if (!pgste_get_trylock(ptep_h, &pgste)) in _do_shadow_pte() 1439 newpte = _pte(f->pfn, f->writable, !p, ptep_h->s.s); in _do_shadow_pte() 1440 newpte.s.d |= ptep_h->s.d; in _do_shadow_pte() 1441 newpte.s.sd |= ptep_h->s.sd; in _do_shadow_pte() 1442 newpte.h.p &= ptep_h->h.p; in _do_shadow_pte() 1446 pgste = _gmap_ptep_xchg(sg->parent, ptep_h, newpte, pgste, f->gfn, false); in _do_shadow_pte() 1449 pgste_set_unlock(ptep_h, pgste); in _do_shadow_pte() 1511 union pte *ptep, *ptep_h; in _gaccess_do_shadow() local 1517 ptep_h = NULL; in _gaccess_do_shadow() [all …]
|