Home
last modified time | relevance | path

Searched defs:o (Results 1 – 25 of 47) sorted by relevance

12

/arch/mips/include/asm/mach-bcm63xx/
A Dbcm63xx_io.h69 #define bcm_rset_writeb(s, v, o) bcm_writeb((v), \ argument
71 #define bcm_rset_writew(s, v, o) bcm_writew((v), \ argument
73 #define bcm_rset_writel(s, v, o) bcm_writel((v), \ argument
79 #define bcm_perf_readl(o) bcm_rset_readl(RSET_PERF, (o)) argument
83 #define bcm_wdt_readl(o) bcm_rset_readl(RSET_WDT, (o)) argument
85 #define bcm_gpio_readl(o) bcm_rset_readl(RSET_GPIO, (o)) argument
89 #define bcm_mpi_readl(o) bcm_rset_readl(RSET_MPI, (o)) argument
93 #define bcm_pcie_readl(o) bcm_rset_readl(RSET_PCIE, (o)) argument
97 #define bcm_memc_readl(o) bcm_rset_readl(RSET_MEMC, (o)) argument
99 #define bcm_ddr_readl(o) bcm_rset_readl(RSET_DDR, (o)) argument
[all …]
/arch/parisc/include/asm/
A Dcmpxchg.h79 #define arch_cmpxchg(ptr, o, n) \ argument
107 #define arch_cmpxchg_local(ptr, o, n) \ argument
111 #define arch_cmpxchg64_local(ptr, o, n) \ argument
117 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
120 #define arch_cmpxchg64(ptr, o, n) __cmpxchg_u64(ptr, o, n) argument
/arch/mips/boot/tools/
A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) argument
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) argument
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o) argument
A Drelocs_64.c27 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) argument
28 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) argument
29 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o) argument
/arch/x86/tools/
A Drelocs_32.c14 #define ELF_ST_TYPE(o) ELF32_ST_TYPE(o) argument
15 #define ELF_ST_BIND(o) ELF32_ST_BIND(o) argument
16 #define ELF_ST_VISIBILITY(o) ELF32_ST_VISIBILITY(o) argument
A Drelocs_64.c14 #define ELF_ST_TYPE(o) ELF64_ST_TYPE(o) argument
15 #define ELF_ST_BIND(o) ELF64_ST_BIND(o) argument
16 #define ELF_ST_VISIBILITY(o) ELF64_ST_VISIBILITY(o) argument
/arch/riscv/include/asm/
A Dcmpxchg.h132 r, p, o, n) \ argument
180 r, p, co, o, n) \ argument
261 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
267 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
273 #define arch_cmpxchg_release(ptr, o, n) \ argument
279 #define arch_cmpxchg(ptr, o, n) \ argument
285 #define arch_cmpxchg_local(ptr, o, n) \ argument
288 #define arch_cmpxchg64(ptr, o, n) \ argument
294 #define arch_cmpxchg64_local(ptr, o, n) \ argument
300 #define arch_cmpxchg64_relaxed(ptr, o, n) \ argument
[all …]
/arch/arm/include/asm/
A Dcmpxchg.h139 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
146 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
216 #define arch_cmpxchg_relaxed(ptr,o,n) ({ \ argument
243 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
275 #define arch_cmpxchg64_relaxed(ptr, o, n) ({ \ argument
281 #define arch_cmpxchg64_local(ptr, o, n) arch_cmpxchg64_relaxed((ptr), (o), (n)) argument
/arch/m68k/include/asm/
A Dcmpxchg.h77 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
115 #define arch_cmpxchg(ptr, o, n) \ argument
118 #define arch_cmpxchg_local(ptr, o, n) \ argument
122 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/arch/csky/include/asm/
A Dcmpxchg.h87 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
121 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
156 #define arch_cmpxchg(ptr, o, n) \ argument
159 #define arch_cmpxchg_local(ptr, o, n) \ argument
/arch/mips/include/asm/
A Dcmpxchg.h210 #define arch_cmpxchg64_local(ptr, o, n) \ argument
216 #define arch_cmpxchg64(ptr, o, n) \ argument
224 # define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
299 # define arch_cmpxchg64(ptr, o, n) ({ \ argument
322 # define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/arch/sparc/include/asm/
A Dcmpxchg_32.h56 #define arch_cmpxchg(ptr, o, n) \ argument
73 #define arch_cmpxchg_local(ptr, o, n) \ argument
76 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
A Dcmpxchg_64.h171 #define arch_cmpxchg(ptr,o,n) \ argument
198 #define arch_cmpxchg_local(ptr, o, n) \ argument
201 #define arch_cmpxchg64_local(ptr, o, n) \ argument
206 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/arch/xtensa/include/asm/
A Dcmpxchg.h85 #define arch_cmpxchg(ptr,o,n) \ argument
112 #define arch_cmpxchg_local(ptr, o, n) \ argument
115 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
116 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
/arch/sh/include/asm/
A Dcmpxchg.h69 #define arch_cmpxchg(ptr,o,n) \ argument
79 #define arch_cmpxchg_local(ptr, o, n) ({ \ argument
/arch/loongarch/include/asm/
A Dcmpxchg.h202 #define arch_cmpxchg64_local(ptr, o, n) \ argument
208 #define arch_cmpxchg64(ptr, o, n) \ argument
215 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
216 #define arch_cmpxchg64(ptr, o, n) arch_cmpxchg64_local((ptr), (o), (n)) argument
A Dpercpu.h119 #define _protect_cmpxchg_local(pcp, o, n) \ argument
179 #define this_cpu_cmpxchg_1(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
180 #define this_cpu_cmpxchg_2(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
181 #define this_cpu_cmpxchg_4(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
182 #define this_cpu_cmpxchg_8(ptr, o, n) _protect_cmpxchg_local(ptr, o, n) argument
/arch/powerpc/include/asm/
A Dcmpxchg.h699 #define arch_cmpxchg(ptr, o, n) \ argument
708 #define arch_cmpxchg_local(ptr, o, n) \ argument
716 #define arch_cmpxchg_relaxed(ptr, o, n) \ argument
725 #define arch_cmpxchg_acquire(ptr, o, n) \ argument
734 #define arch_cmpxchg64(ptr, o, n) \ argument
739 #define arch_cmpxchg64_local(ptr, o, n) \ argument
744 #define arch_cmpxchg64_relaxed(ptr, o, n) \ argument
749 #define arch_cmpxchg64_acquire(ptr, o, n) \ argument
756 #define arch_cmpxchg64_local(ptr, o, n) __generic_cmpxchg64_local((ptr), (o), (n)) argument
/arch/alpha/include/asm/
A Dcmpxchg.h235 #define arch_cmpxchg_local(ptr, o, n) \ argument
244 #define arch_cmpxchg64_local(ptr, o, n) \ argument
265 #define arch_cmpxchg(ptr, o, n) \ argument
277 #define arch_cmpxchg64(ptr, o, n) \ argument
/arch/x86/kernel/
A Dsmpboot.c320 topology_same_node(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in topology_same_node()
328 topology_sane(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o, const char *name) in topology_sane()
344 static bool match_smt(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_smt()
371 static bool match_die(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_die()
382 static bool match_l2c(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_l2c()
402 static bool match_pkg(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_pkg()
430 static bool match_llc(struct cpuinfo_x86 *c, struct cpuinfo_x86 *o) in match_llc()
523 struct cpuinfo_x86 *o; in set_cpu_sibling_map() local
/arch/powerpc/sysdev/
A Dgrackle.c18 #define GRACKLE_CFA(b, d, o) (0x80 | ((b) << 8) | ((d) << 16) \ argument
/arch/arm64/include/asm/
A Dpercpu.h228 #define this_cpu_cmpxchg_1(pcp, o, n) \ argument
230 #define this_cpu_cmpxchg_2(pcp, o, n) \ argument
232 #define this_cpu_cmpxchg_4(pcp, o, n) \ argument
234 #define this_cpu_cmpxchg_8(pcp, o, n) \ argument
237 #define this_cpu_cmpxchg64(pcp, o, n) this_cpu_cmpxchg_8(pcp, o, n) argument
239 #define this_cpu_cmpxchg128(pcp, o, n) \ argument
A Dcmpxchg.h175 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument
201 #define arch_cmpxchg128(ptr, o, n) \ argument
206 #define arch_cmpxchg128_local(ptr, o, n) \ argument
/arch/x86/include/asm/
A Dcmpxchg_64.h5 #define arch_cmpxchg64(ptr, o, n) \ argument
11 #define arch_cmpxchg64_local(ptr, o, n) \ argument
/arch/arm64/crypto/
A Dsm3-neon-core.S91 #define rolw(o, a, n) \ argument
96 #define GG1_1(x, y, z, o, t) \ argument
98 #define GG1_2(x, y, z, o, t) \ argument
100 #define GG1_3(x, y, z, o, t) argument
103 #define FF1_2(x, y, z, o, t) argument
106 #define GG2_1(x, y, z, o, t) \ argument
108 #define GG2_2(x, y, z, o, t) \ argument
110 #define GG2_3(x, y, z, o, t) \ argument
113 #define FF2_1(x, y, z, o, t) \ argument
115 #define FF2_2(x, y, z, o, t) \ argument
[all …]

Completed in 1185 milliseconds

12