Home
last modified time | relevance | path

Searched refs:DEST (Results 1 – 14 of 14) sorted by relevance

/linux-6.3-rc2/arch/hexagon/include/asm/
A Delf.h93 DEST.cs0 = REGS->cs0;\
94 DEST.cs1 = REGS->cs1;\
102 DEST.r0 = REGS->r00; \
103 DEST.r1 = REGS->r01; \
104 DEST.r2 = REGS->r02; \
105 DEST.r3 = REGS->r03; \
106 DEST.r4 = REGS->r04; \
107 DEST.r5 = REGS->r05; \
138 DEST.m0 = REGS->m0; \
139 DEST.m1 = REGS->m1; \
[all …]
/linux-6.3-rc2/arch/sparc/include/asm/
A Dasm.h11 TYPE,PREDICT %icc, DEST
13 TYPE,a,PREDICT %icc, DEST
15 brz,PREDICT REG, DEST
17 brz,a,PREDICT REG, DEST
19 brnz,PREDICT REG, DEST
24 TYPE DEST
26 TYPE,a DEST
29 be DEST
32 be,a DEST
35 bne DEST
[all …]
A Dtrap_block.h155 sethi %hi(trap_block), DEST; \
157 or DEST, %lo(trap_block), DEST; \
158 add DEST, TMP, DEST; \
163 ldx [DEST + TRAP_PER_CPU_PGD_PADDR], DEST;
168 add DEST, TRAP_PER_CPU_IRQ_WORKLIST_PA, DEST;
173 ldx [DEST + TRAP_PER_CPU_THREAD], DEST;
195 sethi %hi(trap_block), DEST; \
196 or DEST, %lo(trap_block), DEST; \
201 ldx [DEST + TRAP_PER_CPU_PGD_PADDR], DEST;
206 add DEST, TRAP_PER_CPU_IRQ_WORKLIST_PA, DEST;
[all …]
/linux-6.3-rc2/arch/sparc/net/
A Dbpf_jit_comp_32.c171 #define emit_loadimm(K, DEST) \ argument
177 emit_set_const(K, DEST); \
206 __emit_load8(BASE, STRUCT, FIELD, DEST); \
211 #define emit_ldmem(OFF, DEST) \ argument
226 #define emit_skb_loadptr(FIELD, DEST) \ argument
228 #define emit_skb_load32(FIELD, DEST) \ argument
230 #define emit_skb_load16(FIELD, DEST) \ argument
232 #define __emit_skb_load8(FIELD, DEST) \ argument
234 #define emit_skb_load8(FIELD, DEST) \ argument
247 #define emit_branch(BR_OPC, DEST) \ argument
[all …]
/linux-6.3-rc2/Documentation/translations/zh_CN/dev-tools/
A Dgcov.rst216 DEST=$3
218 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
227 -perm /u+r,g+r | tar cfz $DEST -P -T -
230 echo "$DEST successfully created, copy to test system and unpack with:"
231 echo " tar xfz $DEST -P"
233 echo "Could not create file $DEST"
247 DEST=$1
250 if [ -z "$DEST" ] ; then
260 tar czf $DEST -C $TEMPDIR sys
263 echo "$DEST successfully created, copy to build system and unpack with:"
[all …]
/linux-6.3-rc2/arch/alpha/include/asm/
A Delf.h114 #define ELF_CORE_COPY_REGS(DEST, REGS) \ argument
115 dump_elf_thread(DEST, REGS, current_thread_info());
120 #define ELF_CORE_COPY_TASK_REGS(TASK, DEST) \ argument
121 dump_elf_task(*(DEST), TASK)
/linux-6.3-rc2/Documentation/dev-tools/
A Dgcov.rst226 DEST=$3
228 if [ -z "$KSRC" ] || [ -z "$KOBJ" ] || [ -z "$DEST" ]; then
237 -perm /u+r,g+r | tar cfz $DEST -P -T -
240 echo "$DEST successfully created, copy to test system and unpack with:"
241 echo " tar xfz $DEST -P"
243 echo "Could not create file $DEST"
257 DEST=$1
260 if [ -z "$DEST" ] ; then
270 tar czf $DEST -C $TEMPDIR sys
273 echo "$DEST successfully created, copy to build system and unpack with:"
[all …]
/linux-6.3-rc2/arch/arm64/crypto/
A Dpolyval-ce-core.S193 DEST .req \dest
204 eor DEST.16b, PH.16b, TMP_V.16b
205 .unreq DEST
/linux-6.3-rc2/arch/x86/math-emu/
A Dreg_u_div.S75 #define DEST PARAM3 macro
91 movl DEST,%edi
/linux-6.3-rc2/drivers/net/ethernet/sis/
A Dsis900.h210 OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000, enumerator
/linux-6.3-rc2/drivers/video/fbdev/
A Ddnfb.c92 #define DEST 0x5 macro
/linux-6.3-rc2/arch/sparc/kernel/
A Dsun4v_tlb_miss.S24 #define COMPUTE_TAG_TARGET(DEST, VADDR, CTX, ZERO_CTX_LABEL) \ argument
25 srlx VADDR, 22, DEST; \
/linux-6.3-rc2/Documentation/networking/
A Dila.rst246 ip route add DEST/128 encap ila LOC csum-mode MODE ident-type TYPE via ADDR
248 Destination (DEST) can either be a SIR address (for an ILA host or ingress
/linux-6.3-rc2/drivers/net/ethernet/huawei/hinic/
A Dhinic_hw_api_cmd.c245 cell->desc |= HINIC_API_CMD_DESC_SET(dest, DEST) | in prepare_api_cmd()

Completed in 28 milliseconds