Searched refs:BKP (Results 1 – 1 of 1) sorted by relevance
/linux/arch/hexagon/kernel/ |
H A D | vm_init_segtable.S | 22 #define BKP(pa) (((pa) & __HVM_PTE_PGMASK_4MB) \ macro 91 .word BKP(0x00000000), BKP(0x00400000), BKP(0x00800000), BKP(0x00c00000) 92 .word BKP(0x01000000), BKP(0x01400000), BKP(0x01800000), BKP(0x01c00000) 93 .word BKP(0x02000000), BKP(0x02400000), BKP(0x02800000), BKP(0x02c00000) 94 .word BKP(0x03000000), BKP(0x03400000), BKP(0x03800000), BKP(0x03c00000) 95 .word BKP(0x04000000), BKP(0x04400000), BKP(0x04800000), BKP(0x04c00000) 96 .word BKP(0x05000000), BKP(0x05400000), BKP(0x05800000), BKP(0x05c00000) 97 .word BKP(0x06000000), BKP(0x06400000), BKP(0x06800000), BKP(0x06c00000) 98 .word BKP(0x07000000), BKP(0x07400000), BKP(0x07800000), BKP(0x07c00000) 100 .word BKP(0x08000000), BKP(0x08400000), BKP(0x08800000), BKP(0x08c00000) [all …]
|