Lines Matching refs:ptep

1002 static void build_update_entries(u32 **p, unsigned int tmp, unsigned int ptep)  in build_update_entries()  argument
1010 uasm_i_ld(p, tmp, 0, ptep); /* get even pte */ in build_update_entries()
1011 uasm_i_ld(p, ptep, sizeof(pte_t), ptep); /* get odd pte */ in build_update_entries()
1015 UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); in build_update_entries()
1019 uasm_i_dsrl_safe(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */ in build_update_entries()
1021 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */ in build_update_entries()
1028 uasm_i_addu(p, scratch, 0, ptep); in build_update_entries()
1030 uasm_i_lw(p, tmp, pte_off_even, ptep); /* even pte */ in build_update_entries()
1031 uasm_i_lw(p, ptep, pte_off_odd, ptep); /* odd pte */ in build_update_entries()
1033 UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); in build_update_entries()
1035 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); in build_update_entries()
1038 uasm_i_lw(p, ptep, sizeof(pte_t), scratch); in build_update_entries()
1042 uasm_i_and(p, ptep, scratch, ptep); in build_update_entries()
1044 uasm_i_mthc0(p, ptep, C0_ENTRYLO1); in build_update_entries()
1048 UASM_i_LW(p, tmp, 0, ptep); /* get even pte */ in build_update_entries()
1049 UASM_i_LW(p, ptep, sizeof(pte_t), ptep); /* get odd pte */ in build_update_entries()
1057 UASM_i_ROTR(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); in build_update_entries()
1063 UASM_i_SRL(p, ptep, ptep, ilog2(_PAGE_GLOBAL)); /* convert to entrylo1 */ in build_update_entries()
1069 UASM_i_MTC0(p, ptep, C0_ENTRYLO1); /* load it */ in build_update_entries()