Home
last modified time | relevance | path

Searched refs:BRANCH_ALWAYS (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/arch/sparc/lib/
DGENpatch.S6 #define BRANCH_ALWAYS 0x10680000 macro
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DU3patch.S6 #define BRANCH_ALWAYS 0x10680000 macro
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNG2patch.S6 #define BRANCH_ALWAYS 0x10680000 macro
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNGpatch.S6 #define BRANCH_ALWAYS 0x10680000 macro
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNG4patch.S6 #define BRANCH_ALWAYS 0x10680000 macro
14 sethi %hi(BRANCH_ALWAYS), %g3; \
17 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DGENpage.S50 #define BRANCH_ALWAYS 0x10680000 macro
58 sethi %hi(BRANCH_ALWAYS), %g3; \
61 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DGENbzero.S129 #define BRANCH_ALWAYS 0x10680000 macro
137 sethi %hi(BRANCH_ALWAYS), %g3; \
140 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNGpage.S110 #define BRANCH_ALWAYS 0x10680000 macro
118 sethi %hi(BRANCH_ALWAYS), %g3; \
121 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNGbzero.S132 #define BRANCH_ALWAYS 0x10680000 macro
140 sethi %hi(BRANCH_ALWAYS), %g3; \
143 or %g3, %lo(BRANCH_ALWAYS), %g3; \
/linux-4.1.27/arch/sparc/kernel/
Dsun4v_tlb_miss.S396 #define BRANCH_ALWAYS 0x10680000 macro
404 sethi %hi(BRANCH_ALWAYS), %g3; \
407 or %g3, %lo(BRANCH_ALWAYS), %g3; \
/linux-4.1.27/drivers/net/ethernet/packetengines/
Dyellowfin.c291 BRANCH_ALWAYS=0x0C0000, INTR_ALWAYS=0x300000, WAIT_ALWAYS=0x030000, enumerator
767 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
800 yp->tx_ring[++j].dbdma_cmd |= cpu_to_le32(BRANCH_ALWAYS | INTR_ALWAYS); in yellowfin_init_ring()
844 cpu_to_le32(CMD_TX_PKT|BRANCH_ALWAYS | len); in yellowfin_start_xmit()
1171 cpu_to_le32(CMD_RX_BUF | INTR_ALWAYS | BRANCH_ALWAYS in yellowfin_rx()