Searched refs:tmp_pte (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/riscv/mm/ |
| H A D | hugetlbpage.c | 153 pte_t pte, tmp_pte; in get_clear_contig() local 161 tmp_pte = ptep_get_and_clear(mm, addr, ptep); in get_clear_contig() 163 if (pte_dirty(tmp_pte)) in get_clear_contig() 165 if (pte_young(tmp_pte)) in get_clear_contig()
|
| /linux/arch/arm64/mm/ |
| H A D | hugetlbpage.c | 159 pte_t pte, tmp_pte; in get_clear_contig() local 166 tmp_pte = __ptep_get_and_clear_anysz(mm, ptep, pgsize); in get_clear_contig() 168 if (pte_dirty(tmp_pte)) in get_clear_contig() 170 if (pte_young(tmp_pte)) in get_clear_contig()
|
| /linux/include/linux/ |
| H A D | pgtable.h | 723 pte_t pte, tmp_pte; in get_and_clear_full_ptes() local 729 tmp_pte = ptep_get_and_clear_full(mm, addr, ptep, full); in get_and_clear_full_ptes() 730 if (pte_dirty(tmp_pte)) in get_and_clear_full_ptes() 732 if (pte_young(tmp_pte)) in get_and_clear_full_ptes() 1422 pte_t pte, tmp_pte; in modify_prot_start_ptes() local 1428 tmp_pte = ptep_modify_prot_start(vma, addr, ptep); in modify_prot_start_ptes() 1429 if (pte_dirty(tmp_pte)) in modify_prot_start_ptes() 1431 if (pte_young(tmp_pte)) in modify_prot_start_ptes()
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1419 pte_t pte, tmp_pte; in __get_and_clear_full_ptes() local 1425 tmp_pte = __ptep_get_and_clear(mm, addr, ptep); in __get_and_clear_full_ptes() 1426 if (pte_dirty(tmp_pte)) in __get_and_clear_full_ptes() 1428 if (pte_young(tmp_pte)) in __get_and_clear_full_ptes()
|