Searched refs:pair (Results 1 - 25 of 119) sorted by path

12345

/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S18534 # jump to the corresponding function for each {MODE,REG} pair.
H A Disp.S923 # jump to the corresponding function for each {MODE,REG} pair.
H A Dpfpsp.S4583 # jump to the corresponding function for each {MODE,REG} pair.
/linux-master/arch/sparc/lib/
H A DM7memcpy.S406 andcc %o0, 16, %o3 ! pair of long words to move?
/linux-master/include/linux/
H A Dcs5535.h177 void cs5535_gpio_setup_event(unsigned offset, int pair, int pme);
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h60 ; 5. Manually save: r12,r30, sp,fp,gp, ACCL pair variable
148 * - ACCL/ACCH pair when they exist
178 /* clobbers r10, r11 registers pair */
205 /* clobbers r10, r11 registers pair */
/linux-master/arch/m68k/lib/
H A Dudivsi3.S144 L1: addl d0,d0 | shift reg pair (p,a) one bit left
/linux-master/arch/riscv/include/asm/
H A Dhwprobe.h30 static inline bool riscv_hwprobe_pair_cmp(struct riscv_hwprobe *pair, argument
33 if (pair->key != other_pair->key)
36 if (hwprobe_key_is_bitmask(pair->key))
37 return (pair->value & other_pair->value) == other_pair->value;
39 return pair->value == other_pair->value;
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c19 static void hwprobe_arch_id(struct riscv_hwprobe *pair, argument
29 switch (pair->key) {
56 pair->value = id;
59 static void hwprobe_isa_ext0(struct riscv_hwprobe *pair, argument
65 pair->value = 0;
67 pair->value |= RISCV_HWPROBE_IMA_FD;
70 pair->value |= RISCV_HWPROBE_IMA_C;
73 pair->value |= RISCV_HWPROBE_IMA_V;
85 pair->value |= RISCV_HWPROBE_EXT_##ext; \
139 pair
144 struct riscv_hwprobe pair; local
186 hwprobe_one_pair(struct riscv_hwprobe *pair, const struct cpumask *cpus) argument
270 struct riscv_hwprobe pair; local
319 struct riscv_hwprobe pair, tmp; local
381 struct riscv_hwprobe pair; local
[all...]
/linux-master/arch/s390/boot/
H A Dipl_parm.c51 : [r1] "+&d" (r1.pair),
H A Dphysmem_info.c86 : [rx] "d" (rx.pair),
/linux-master/arch/s390/hypfs/
H A Dhypfs_sprp.c31 : [r1] "+&d" (r1.pair)
/linux-master/arch/s390/include/asm/
H A Dap.h458 [nqap_r2] "+&d" (nqap_r2.pair)
459 : [nqap_r1] "d" (nqap_r1.pair)
523 [reg2] "=&d" (reg2), [rp1] "+&d" (rp1.pair),
524 [rp2] "+&d" (rp2.pair)
H A Dbitops.h310 : [rp] "+d" (rp.pair) : : "cc");
H A Dchecksum.h29 : [sum] "+&d" (sum), [rp] "+&d" (rp.pair) : : "cc", "memory");
H A Dcpacf.h266 : [src] "+&d" (s.pair), [dst] "+&d" (d.pair)
298 : [src] "+&d" (s.pair), [dst] "+&d" (d.pair)
326 : [src] "+&d" (s.pair)
351 : [src] "+&d" (s.pair)
379 : [src] "+&d" (s.pair)
413 : [src] "+&d" (s.pair), [dst] "+&d" (d.pair),
414 [ctr] "+&d" (c.pair)
[all...]
H A Dpage.h69 : [dst] "+&d" (dst.pair), [src] "+&d" (src.pair)
H A Dpgtable.h605 : [r1] "+&d" (r1.pair), "+m" (*ptr)
617 : [r1] "+&d" (r1.pair), "+m" (*ptr)
636 : [r1] "+&d" (r1.pair)
637 : [r2] "d" (r2.pair), [asce] "a" (asce)
H A Dsigp.h51 : [cc] "=&d" (cc), [r1] "+&d" (r1.pair)
H A Dtypes.h11 unsigned __int128 pair; member in union:register_pair
/linux-master/arch/s390/kernel/
H A Dcert_store.c241 : [rp] "+d" (rp.pair)
H A Dcpcmd.c50 : [cc] "=&d" (cc), [ry] "+&d" (ry.pair)
51 : [rx] "d" (rx.pair)
H A Ddiag.c196 : [rp] "+&d" (rp.pair) : [addr] "d" (addr) : "memory");
H A Dipl.c191 : [r1] "+&d" (r1.pair)
H A Dsthyi.c408 : [cc] "=&d" (cc), [r2] "+&d" (r2.pair)
409 : [r1] "d" (r1.pair)

Completed in 772 milliseconds

12345