Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/arch/powerpc/cpu/mpc85xx/
H A Dtlb.c47 phys_addr_t *rpn) in read_tlbcam_entry() argument
58 *rpn = mfspr(MAS3) & MAS3_RPN; in read_tlbcam_entry()
60 *rpn |= ((u64)mfspr(MAS7)) << 32; in read_tlbcam_entry()
74 phys_addr_t rpn; in print_tlbcam() local
76 read_tlbcam_entry(i, &valid, &tsize, &epn, &rpn); in print_tlbcam()
79 (unsigned long long)rpn); in print_tlbcam()
137 void set_tlb(u8 tlb, u32 epn, u64 rpn, in set_tlb() argument
156 _mas3 = FSL_BOOKE_MAS3(rpn, 0, perms); in set_tlb()
157 _mas7 = FSL_BOOKE_MAS7(rpn); in set_tlb()
163 addrmap_set_entry(epn, rpn, TSIZE_TO_BYTES(tsize), esel); in set_tlb()
[all …]
H A Dcpu.c479 phys_addr_t *rpn);
663 phys_addr_t rpn = 0; in arch_memory_test_cleanup() local
672 read_tlbcam_entry(ddr_esel, &valid, &tsize, &epn, &rpn); in arch_memory_test_cleanup()
H A Dstart.S178 .macro create_tlb1_entry esel ts tsize epn wimg rpn perm phy_high scratch
188 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h
189 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
200 .macro create_tlb0_entry esel ts tsize epn wimg rpn perm phy_high scratch
210 lis \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@h
211 ori \scratch, \scratch, FSL_BOOKE_MAS3(\rpn, 0, \perm)@l
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dmmu.h17 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,
/rk3399_rockchip-uboot/common/
H A Dlrz.c135 static int wcrxpn __P ((struct zm_fileinfo *, char *rpn));
1094 wcrxpn(struct zm_fileinfo *zi, char *rpn) in wcrxpn() argument
1111 while ((c = wcgetsec(&Blklen, rpn, 100)) != 0) { in wcrxpn()