Searched refs:pte_off_odd (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | tlbex.c | 1055 int pte_off_odd = sizeof(pte_t); in build_update_entries() local 1060 pte_off_odd += offsetof(pte_t, pte_high); in build_update_entries() 1074 uasm_i_lw(p, tmp, pte_off_odd, ptep); /* odd pte */ in build_update_entries() 1087 UASM_i_LW(p, ptep, pte_off_odd, ptep); /* get odd pte */ in build_update_entries()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | tlbex.c | 1013 int pte_off_odd = sizeof(pte_t); in build_update_entries() local 1018 pte_off_odd += offsetof(pte_t, pte_high); in build_update_entries() 1032 uasm_i_lw(p, tmp, pte_off_odd, ptep); /* odd pte */ in build_update_entries() 1045 UASM_i_LW(p, ptep, pte_off_odd, ptep); /* get odd pte */ in build_update_entries()
|
Completed in 6 milliseconds