/u-boot/board/freescale/mpc8568mds/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 83 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/mpc8548cds/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 86 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/xes/xpedite520x/ |
A D | tlb.c | 13 struct fsl_e_tlb_entry tlb_table[] = { variable 68 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/mpc8555cds/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 95 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/gdsys/p1022/ |
A D | tlb.c | 11 struct fsl_e_tlb_entry tlb_table[] = { variable 73 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/socrates/ |
A D | tlb.c | 15 struct fsl_e_tlb_entry tlb_table[] = { variable 104 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/mpc8541cds/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 95 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/xes/xpedite537x/ |
A D | tlb.c | 13 struct fsl_e_tlb_entry tlb_table[] = { variable 82 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/xes/xpedite550x/ |
A D | tlb.c | 13 struct fsl_e_tlb_entry tlb_table[] = { variable 81 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/sbc8548/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 121 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/p1010rdb/ |
A D | tlb.c | 9 struct fsl_e_tlb_entry tlb_table[] = { variable 90 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/Arcturus/ucp1020/ |
A D | tlb.c | 13 struct fsl_e_tlb_entry tlb_table[] = { variable 100 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/varisys/cyrus/ |
A D | tlb.c | 10 struct fsl_e_tlb_entry tlb_table[] = { variable 105 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/arch/powerpc/cpu/mpc85xx/ |
A D | tlb.c | 35 write_tlb(tlb_table[i].mas0, in init_tlbs() 36 tlb_table[i].mas1, in init_tlbs() 37 tlb_table[i].mas2, in init_tlbs() 38 tlb_table[i].mas3, in init_tlbs() 39 tlb_table[i].mas7); in init_tlbs()
|
/u-boot/board/keymile/kmp204x/ |
A D | tlb.c | 15 struct fsl_e_tlb_entry tlb_table[] = { variable 109 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/keymile/kmcent2/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 104 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | tlb.c | 9 struct fsl_e_tlb_entry tlb_table[] = { variable 110 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/t102xrdb/ |
A D | tlb.c | 9 struct fsl_e_tlb_entry tlb_table[] = { variable 116 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/t104xrdb/ |
A D | tlb.c | 9 struct fsl_e_tlb_entry tlb_table[] = { variable 131 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/t4rdb/ |
A D | tlb.c | 9 struct fsl_e_tlb_entry tlb_table[] = { variable 123 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/common/p_corenet/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 160 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/t208xqds/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 152 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/board/freescale/t208xrdb/ |
A D | tlb.c | 12 struct fsl_e_tlb_entry tlb_table[] = { variable 152 int num_tlb_entries = ARRAY_SIZE(tlb_table);
|
/u-boot/arch/powerpc/include/asm/ |
A D | mmu.h | 538 extern struct fsl_e_tlb_entry tlb_table[];
|