Home
last modified time | relevance | path

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

/linux-6.1.9/arch/sparc/lib/
DGENpatch.S7 #define BRANCH_ALWAYS 0x10680000 macro
15 sethi %hi(BRANCH_ALWAYS), %g3; \
18 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNGpatch.S7 #define BRANCH_ALWAYS 0x10680000 macro
15 sethi %hi(BRANCH_ALWAYS), %g3; \
18 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNG2patch.S7 #define BRANCH_ALWAYS 0x10680000 macro
15 sethi %hi(BRANCH_ALWAYS), %g3; \
18 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DU3patch.S7 #define BRANCH_ALWAYS 0x10680000 macro
15 sethi %hi(BRANCH_ALWAYS), %g3; \
18 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DM7patch.S9 #define BRANCH_ALWAYS 0x10680000 macro
17 sethi %hi(BRANCH_ALWAYS), %g3; \
20 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNG4patch.S9 #define BRANCH_ALWAYS 0x10680000 macro
17 sethi %hi(BRANCH_ALWAYS), %g3; \
20 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DGENpage.S51 #define BRANCH_ALWAYS 0x10680000 macro
59 sethi %hi(BRANCH_ALWAYS), %g3; \
62 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DGENbzero.S130 #define BRANCH_ALWAYS 0x10680000 macro
138 sethi %hi(BRANCH_ALWAYS), %g3; \
141 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNGpage.S111 #define BRANCH_ALWAYS 0x10680000 macro
119 sethi %hi(BRANCH_ALWAYS), %g3; \
122 or %g3, %lo(BRANCH_ALWAYS), %g3; \
DNGbzero.S133 #define BRANCH_ALWAYS 0x10680000 macro
141 sethi %hi(BRANCH_ALWAYS), %g3; \
144 or %g3, %lo(BRANCH_ALWAYS), %g3; \
/linux-6.1.9/arch/sparc/kernel/
Dsun4v_tlb_miss.S398 #define BRANCH_ALWAYS 0x10680000 macro
406 sethi %hi(BRANCH_ALWAYS), %g3; \
409 or %g3, %lo(BRANCH_ALWAYS), %g3; \
/linux-6.1.9/drivers/net/ethernet/packetengines/
Dyellowfin.c291 BRANCH_ALWAYS=0x0C0000, INTR_ALWAYS=0x300000, WAIT_ALWAYS=0x030000, enumerator
773 yp->tx_ring[--i].dbdma_cmd = cpu_to_le32(CMD_STOP | BRANCH_ALWAYS); in yellowfin_init_ring()
806 yp->tx_ring[++j].dbdma_cmd |= cpu_to_le32(BRANCH_ALWAYS | INTR_ALWAYS); in yellowfin_init_ring()
851 cpu_to_le32(CMD_TX_PKT|BRANCH_ALWAYS | len); in yellowfin_start_xmit()
1183 cpu_to_le32(CMD_RX_BUF | INTR_ALWAYS | BRANCH_ALWAYS in yellowfin_rx()