Home
last modified time | relevance | path

Searched refs:build_copy_store (Results 1 – 1 of 1) sorted by relevance

/linux/arch/mips/mm/
H A Dpage.c366 static void build_copy_store(u32 **buf, int reg, int off) in build_copy_store() function
475 build_copy_store(&buf, GPR_T0, off); in build_copy_page()
477 build_copy_store(&buf, GPR_T1, off + copy_word_size); in build_copy_page()
479 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size); in build_copy_page()
481 build_copy_store(&buf, GPR_T3, off + 3 * copy_word_size); in build_copy_page()
497 build_copy_store(&buf, GPR_T0, off); in build_copy_page()
499 build_copy_store(&buf, GPR_T1, off + copy_word_size); in build_copy_page()
501 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size); in build_copy_page()
505 build_copy_store(&buf, GPR_T3, off + 3 * copy_word_size); in build_copy_page()
520 build_copy_store(&buf, GPR_T0, off); in build_copy_page()
[all …]