Home
last modified time | relevance | path

Searched refs:__c (Results 1 – 25 of 26) sorted by relevance

12

/linux-6.3-rc2/tools/arch/arm64/include/asm/
A Dbarrier.h29 union { typeof(*p) __val; char __c[1]; } __u = \
36 : "r" (*(__u8_alias_t *)__u.__c) \
42 : "r" (*(__u16_alias_t *)__u.__c) \
48 : "r" (*(__u32_alias_t *)__u.__c) \
54 : "r" (*(__u64_alias_t *)__u.__c) \
66 union { typeof(*p) __val; char __c[1]; } __u = \
67 { .__c = { 0 } }; \
72 : "=r" (*(__u8_alias_t *)__u.__c) \
77 : "=r" (*(__u16_alias_t *)__u.__c) \
82 : "=r" (*(__u32_alias_t *)__u.__c) \
[all …]
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dbarrier.h69 *(__u8 *)__u.__c = *(volatile __u8 *)p; \
73 *(__u16 *)__u.__c = *(volatile __u16 *)p; \
79 : [val] "=&r" (*(__u32 *)__u.__c) \
86 : [val] "=&r" (*(__u64 *)__u.__c) \
103 *(volatile __u8 *)p = *(__u8 *)__u.__c; \
107 *(volatile __u16 *)p = *(__u16 *)__u.__c; \
113 : [val] "r" (*(__u32 *)__u.__c) \
120 : [val] "r" (*(__u64 *)__u.__c) \
133 *(volatile __u8 *)&p = *(__u8 *)__u.__c; \
144 : [val] "r" (*(__u32 *)__u.__c) \
[all …]
A Dstring.h9 extern void *memset(void *__s, int __c, size_t __count);
/linux-6.3-rc2/arch/parisc/include/asm/
A Dbarrier.h36 union { typeof(*p) __val; char __c[1]; } __u = \
42 : : "r"(*(__u8 *)__u.__c), "r"(__p) \
47 : : "r"(*(__u16 *)__u.__c), "r"(__p) \
52 : : "r"(*(__u32 *)__u.__c), "r"(__p) \
58 : : "r"(*(__u64 *)__u.__c), "r"(__p) \
66 union { typeof(*p) __val; char __c[1]; } __u; \
72 : "=r"(*(__u8 *)__u.__c) : "r"(__p) \
77 : "=r"(*(__u16 *)__u.__c) : "r"(__p) \
82 : "=r"(*(__u32 *)__u.__c) : "r"(__p) \
88 : "=r"(*(__u64 *)__u.__c) : "r"(__p) \
/linux-6.3-rc2/arch/arm64/include/asm/
A Dbarrier.h126 union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u = \
134 : "r" (*(__u8 *)__u.__c) \
140 : "r" (*(__u16 *)__u.__c) \
146 : "r" (*(__u32 *)__u.__c) \
152 : "r" (*(__u64 *)__u.__c) \
160 union { __unqual_scalar_typeof(*p) __val; char __c[1]; } __u; \
167 : "=r" (*(__u8 *)__u.__c) \
172 : "=r" (*(__u16 *)__u.__c) \
177 : "=r" (*(__u32 *)__u.__c) \
182 : "=r" (*(__u64 *)__u.__c) \
A Drwonce.h40 union { __unqual_scalar_typeof(*__x) __val; char __c[1]; } __u; \
44 : "=r" (*(__u8 *)__u.__c) \
49 : "=r" (*(__u16 *)__u.__c) \
54 : "=r" (*(__u32 *)__u.__c) \
59 : "=r" (*(__u64 *)__u.__c) \
A Dcpuidle.h15 #define arm_cpuidle_save_irq_context(__c) \ argument
17 struct arm_cpuidle_irq_context *c = __c; \
27 #define arm_cpuidle_restore_irq_context(__c) \ argument
29 struct arm_cpuidle_irq_context *c = __c; \
/linux-6.3-rc2/tools/virtio/ringtest/
A Dmain.h175 union { typeof(x) __val; char __c[1]; } __u; \
176 __read_once_size(&(x), __u.__c, sizeof(x)); \
183 union { typeof(x) __val; char __c[1]; } __u; \
184 __read_once_size(&(x), __u.__c, sizeof(x)); \
191 union { typeof(x) __val; char __c[1]; } __u = \
193 __write_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.3-rc2/samples/bpf/
A Dxdp_sample.bpf.h99 union { typeof(x) __val; char __c[1]; } __u = \
100 { .__c = { 0 } }; \
101 __read_once_size(&(x), __u.__c, sizeof(x)); \
107 union { typeof(x) __val; char __c[1]; } __u = \
109 __write_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.3-rc2/arch/m68k/include/asm/
A Dbootstd.h91 register long __c __asm__ ("%d3") = (long)c; \
95 "d" (__c) \
106 register long __c __asm__ ("%d3") = (long)c; \
111 "d" (__c), "d" (__d) \
122 register long __c __asm__ ("%d3") = (long)c; \
128 "d" (__c), "d" (__d), "d" (__e) \
/linux-6.3-rc2/include/linux/
A Dcompat.h470 compat_sigset_t __user *__c = compat; \
499 unsafe_get_user(lo, &__c->sig[7], label); \
500 unsafe_get_user(hi, &__c->sig[6], label); \
504 unsafe_get_user(lo, &__c->sig[5], label); \
505 unsafe_get_user(hi, &__c->sig[4], label); \
509 unsafe_get_user(lo, &__c->sig[3], label); \
510 unsafe_get_user(hi, &__c->sig[2], label); \
514 unsafe_get_user(lo, &__c->sig[1], label); \
521 compat_sigset_t __user *__c = compat; \
524 unsafe_copy_to_user(__c, __s, sizeof(*__c), label); \
[all …]
A Ddma-fence-unwrap.h70 struct dma_fence_unwrap __c[ARRAY_SIZE(__f)]; \
72 __dma_fence_unwrap_merge(ARRAY_SIZE(__f), __f, __c); \
A Dcgroup.h393 #define task_css_set_check(task, __c) \ argument
398 ((task)->flags & PF_EXITING) || (__c))
400 #define task_css_set_check(task, __c) \ argument
413 #define task_css_check(task, subsys_id, __c) \ argument
414 task_css_set_check((task), (__c))->subsys[(subsys_id)]
/linux-6.3-rc2/arch/arm/include/asm/
A Ddcc.h18 char __c; in __dcc_getchar() local
21 : "=r" (__c)); in __dcc_getchar()
24 return __c; in __dcc_getchar()
/linux-6.3-rc2/tools/include/linux/
A Dcompiler.h174 union { typeof(x) __val; char __c[1]; } __u = \
175 { .__c = { 0 } }; \
176 __read_once_size(&(x), __u.__c, sizeof(x)); \
182 union { typeof(x) __val; char __c[1]; } __u = \
184 __write_once_size(&(x), __u.__c, sizeof(x)); \
/linux-6.3-rc2/arch/x86/kvm/
A Dx86.h468 #define __cr4_reserved_bits(__cpu_has, __c) \ argument
472 if (!__cpu_has(__c, X86_FEATURE_XSAVE)) \
474 if (!__cpu_has(__c, X86_FEATURE_SMEP)) \
476 if (!__cpu_has(__c, X86_FEATURE_SMAP)) \
478 if (!__cpu_has(__c, X86_FEATURE_FSGSBASE)) \
480 if (!__cpu_has(__c, X86_FEATURE_PKU)) \
482 if (!__cpu_has(__c, X86_FEATURE_LA57)) \
484 if (!__cpu_has(__c, X86_FEATURE_UMIP)) \
486 if (!__cpu_has(__c, X86_FEATURE_VMX)) \
488 if (!__cpu_has(__c, X86_FEATURE_PCID)) \
/linux-6.3-rc2/drivers/scsi/csiostor/
A Dcsio_defs.h116 #define CSIO_DB_ASSERT(__c) CSIO_ASSERT((__c)) argument
118 #define CSIO_DB_ASSERT(__c) argument
/linux-6.3-rc2/arch/sh/include/asm/
A Dstring_32.h88 extern void *memset(void *__s, int __c, size_t __count);
97 extern void *memchr(const void *__s, int __c, size_t __n);
/linux-6.3-rc2/drivers/mmc/host/
A Ddw_mmc-exynos.c468 u8 __c; in dw_mci_exynos_get_best_clksmpl() local
472 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
473 if ((__c & 0xc7) == 0xc7) { in dw_mci_exynos_get_best_clksmpl()
480 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
481 if ((__c & 0x83) == 0x83) { in dw_mci_exynos_get_best_clksmpl()
493 __c = ror8(candidates, i); in dw_mci_exynos_get_best_clksmpl()
494 if ((__c & 0x1) == 0x1) { in dw_mci_exynos_get_best_clksmpl()
/linux-6.3-rc2/drivers/gpu/drm/arm/display/komeda/
A Dkomeda_pipeline.h223 #define to_comp(__c) (((__c) == NULL) ? NULL : &((__c)->base)) argument
224 #define to_cpos(__c) ((struct komeda_component **)&(__c)) argument
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dstring.h110 extern void *memset(void *__s, int __c, size_t __count);
111 extern void *__memset(void *__s, int __c, size_t __count);
/linux-6.3-rc2/drivers/usb/host/
A Disp116x.h542 #define PTD_DIR_STR(ptd) ({char __c; \
544 case 0: __c = 's'; break; \
545 case 1: __c = 'o'; break; \
546 default: __c = 'i'; break; \
547 }; __c;})
/linux-6.3-rc2/arch/mips/include/asm/
A Dstring.h14 extern void *memset(void *__s, int __c, size_t __count);
/linux-6.3-rc2/drivers/block/drbd/
A Ddrbd_polymorph_printk.h40 const struct drbd_connection *__c = (connection); \
41 const struct drbd_resource *__r = __c->resource
/linux-6.3-rc2/kernel/debug/kdb/
A Dkdb_main.c1585 ({unsigned char __c = c; isascii(__c) && isprint(__c) ? __c : '.'; }) in kdb_md_line()

Completed in 175 milliseconds

12