Searched refs:rpn (Results 1 – 7 of 7) sorted by relevance
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc85xx/ |
D | tlb.c | 46 phys_addr_t *rpn) in read_tlbcam_entry() argument 57 *rpn = mfspr(MAS3) & MAS3_RPN; in read_tlbcam_entry() 59 *rpn |= ((u64)mfspr(MAS7)) << 32; in read_tlbcam_entry() 73 phys_addr_t rpn; in print_tlbcam() local 75 read_tlbcam_entry(i, &valid, &tsize, &epn, &rpn); in print_tlbcam() 78 (unsigned long long)rpn); in print_tlbcam() 136 void set_tlb(u8 tlb, u32 epn, u64 rpn, in set_tlb() argument 155 _mas3 = FSL_BOOKE_MAS3(rpn, 0, perms); in set_tlb() 156 _mas7 = FSL_BOOKE_MAS7(rpn); in set_tlb() 162 addrmap_set_entry(epn, rpn, TSIZE_TO_BYTES(tsize), esel); in set_tlb() [all …]
|
D | cpu.c | 481 phys_addr_t *rpn); 665 phys_addr_t rpn = 0; in arch_memory_test_cleanup() local 674 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup()
|
D | start.S | 177 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch 187 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h 188 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l 199 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch 209 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h 210 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
|
/third_party/uboot/u-boot-2020.01/arch/powerpc/include/asm/ |
D | mmu.h | 17 unsigned long long rpn:52; member 23 unsigned long rpn:20; /* Real (physical) page number */ 454 #define FSL_BOOKE_MAS3(rpn, user, perms) \ argument 455 (((rpn) & MAS3_RPN) | (user) | (perms)) 456 #define FSL_BOOKE_MAS7(rpn) \ argument 457 (((u64)(rpn)) >> 32) 498 extern void set_tlb(u8 tlb, u32 epn, u64 rpn,
|
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6421 "rpn",
|
/third_party/icu/icu4c/source/data/misc/ |
D | supplementalData.txt | 6643 "rpn",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | supplementalData.txt | 6667 "rpn",
|