Lines Matching refs:build_copy_store
366 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()
522 build_copy_store(&buf, GPR_T1, off + copy_word_size); in build_copy_page()
524 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size); in build_copy_page()
526 build_copy_store(&buf, GPR_T3, off + 3 * copy_word_size); in build_copy_page()
538 build_copy_store(&buf, GPR_T0, off); in build_copy_page()
540 build_copy_store(&buf, GPR_T1, off + copy_word_size); in build_copy_page()
542 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size); in build_copy_page()
547 build_copy_store(&buf, GPR_T3, off + 3 * copy_word_size); in build_copy_page()
561 build_copy_store(&buf, GPR_T0, off); in build_copy_page()
562 build_copy_store(&buf, GPR_T1, off + copy_word_size); in build_copy_page()
563 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size); in build_copy_page()
564 build_copy_store(&buf, GPR_T3, off + 3 * copy_word_size); in build_copy_page()
575 build_copy_store(&buf, GPR_T0, off); in build_copy_page()
576 build_copy_store(&buf, GPR_T1, off + copy_word_size); in build_copy_page()
577 build_copy_store(&buf, GPR_T2, off + 2 * copy_word_size); in build_copy_page()
581 build_copy_store(&buf, GPR_T3, off + 3 * copy_word_size); in build_copy_page()