Searched refs:BKP (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/hexagon/kernel/ |
D | vm_init_segtable.S | 35 #define BKP(pa) (((pa) & __HVM_PTE_PGMASK_4MB) \ macro 104 .word BKP(0x00000000), BKP(0x00400000), BKP(0x00800000), BKP(0x00c00000) 105 .word BKP(0x01000000), BKP(0x01400000), BKP(0x01800000), BKP(0x01c00000) 106 .word BKP(0x02000000), BKP(0x02400000), BKP(0x02800000), BKP(0x02c00000) 107 .word BKP(0x03000000), BKP(0x03400000), BKP(0x03800000), BKP(0x03c00000) 108 .word BKP(0x04000000), BKP(0x04400000), BKP(0x04800000), BKP(0x04c00000) 109 .word BKP(0x05000000), BKP(0x05400000), BKP(0x05800000), BKP(0x05c00000) 110 .word BKP(0x06000000), BKP(0x06400000), BKP(0x06800000), BKP(0x06c00000) 111 .word BKP(0x07000000), BKP(0x07400000), BKP(0x07800000), BKP(0x07c00000) 113 .word BKP(0x08000000), BKP(0x08400000), BKP(0x08800000), BKP(0x08c00000) [all …]
|