Searched refs:c_type (Results 1 – 5 of 5) sorted by relevance
| /arch/riscv/include/asm/ |
| A D | atomic.h | 53 #define ATOMIC_OP(op, asm_op, I, asm_type, c_type, prefix) \ argument 55 void arch_atomic##prefix##_##op(c_type i, atomic##prefix##_t *v) \ 87 #define ATOMIC_FETCH_OP(op, asm_op, I, asm_type, c_type, prefix) \ in ATOMIC_OPS() argument 89 c_type arch_atomic##prefix##_fetch_##op##_relaxed(c_type i, \ in ATOMIC_OPS() 92 register c_type ret; \ in ATOMIC_OPS() 101 c_type arch_atomic##prefix##_fetch_##op(c_type i, atomic##prefix##_t *v) \ 103 register c_type ret; \ 112 #define ATOMIC_OP_RETURN(op, asm_op, c_op, I, asm_type, c_type, prefix) \ argument 114 c_type arch_atomic##prefix##_##op##_return_relaxed(c_type i, \ 120 c_type arch_atomic##prefix##_##op##_return(c_type i, atomic##prefix##_t *v) \
|
| /arch/mips/kernel/ |
| A D | cacheinfo.c | 8 #define populate_cache(cache, leaf, c_level, c_type) \ argument 10 leaf->type = c_type; \
|
| /arch/x86/include/asm/cpuid/ |
| A D | types.h | 106 enum _cache_table_type c_type; member
|
| /arch/x86/kernel/cpu/ |
| A D | cpuid_0x2_table.c | 11 .c_type = (_type), \
|
| A D | cacheinfo.c | 393 switch (desc->c_type) { in intel_cacheinfo_0x2()
|
Completed in 10 milliseconds