Home
last modified time | relevance | path

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

/Linux-v5.4/tools/arch/arm64/include/asm/
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-v5.4/arch/arm64/include/asm/
Dbarrier.h67 union { typeof(*p) __val; char __c[1]; } __u = \
75 : "r" (*(__u8 *)__u.__c) \
81 : "r" (*(__u16 *)__u.__c) \
87 : "r" (*(__u32 *)__u.__c) \
93 : "r" (*(__u64 *)__u.__c) \
101 union { typeof(*p) __val; char __c[1]; } __u; \
108 : "=r" (*(__u8 *)__u.__c) \
113 : "=r" (*(__u16 *)__u.__c) \
118 : "=r" (*(__u32 *)__u.__c) \
123 : "=r" (*(__u64 *)__u.__c) \
/Linux-v5.4/arch/arm/include/asm/
Ddcc.h18 char __c; in __dcc_getchar() local
21 : "=r" (__c)); in __dcc_getchar()
24 return __c; in __dcc_getchar()
/Linux-v5.4/tools/include/linux/
Dcompiler.h156 union { typeof(x) __val; char __c[1]; } __u = \
157 { .__c = { 0 } }; \
158 __read_once_size(&(x), __u.__c, sizeof(x)); \
164 union { typeof(x) __val; char __c[1]; } __u = \
166 __write_once_size(&(x), __u.__c, sizeof(x)); \
/Linux-v5.4/arch/m68k/include/asm/
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-v5.4/tools/virtio/ringtest/
Dmain.h180 union { typeof(x) __val; char __c[1]; } __u; \
181 __read_once_size(&(x), __u.__c, sizeof(x)); \
188 union { typeof(x) __val; char __c[1]; } __u = \
190 __write_once_size(&(x), __u.__c, sizeof(x)); \
/Linux-v5.4/drivers/scsi/csiostor/
Dcsio_defs.h116 #define CSIO_DB_ASSERT(__c) CSIO_ASSERT((__c)) argument
118 #define CSIO_DB_ASSERT(__c) argument
/Linux-v5.4/include/linux/
Dcompiler.h261 union { typeof(x) __val; char __c[1]; } __u; \
263 __read_once_size(&(x), __u.__c, sizeof(x)); \
265 __read_once_size_nocheck(&(x), __u.__c, sizeof(x)); \
286 union { typeof(x) __val; char __c[1]; } __u = \
288 __write_once_size(&(x), __u.__c, sizeof(x)); \
Dcgroup.h444 #define task_css_set_check(task, __c) \ argument
448 ((task)->flags & PF_EXITING) || (__c))
450 #define task_css_set_check(task, __c) \ argument
463 #define task_css_check(task, subsys_id, __c) \ argument
464 task_css_set_check((task), (__c))->subsys[(subsys_id)]
/Linux-v5.4/arch/sh/include/asm/
Dstring_32.h116 extern void *memset(void *__s, int __c, size_t __count);
125 extern void *memchr(const void *__s, int __c, size_t __n);
Dstring_64.h8 extern void *memset(void *__s, int __c, size_t __count);
/Linux-v5.4/drivers/gpu/drm/arm/display/komeda/
Dkomeda_pipeline.h222 #define to_comp(__c) (((__c) == NULL) ? NULL : &((__c)->base)) argument
223 #define to_cpos(__c) ((struct komeda_component **)&(__c)) argument
/Linux-v5.4/arch/xtensa/include/asm/
Dstring.h110 extern void *memset(void *__s, int __c, size_t __count);
111 extern void *__memset(void *__s, int __c, size_t __count);
/Linux-v5.4/drivers/mmc/host/
Ddw_mmc-exynos.c446 u8 __c; in dw_mci_exynos_get_best_clksmpl() local
450 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
451 if ((__c & 0xc7) == 0xc7) { in dw_mci_exynos_get_best_clksmpl()
458 __c = ror8(candiates, i); in dw_mci_exynos_get_best_clksmpl()
459 if ((__c & 0x83) == 0x83) { in dw_mci_exynos_get_best_clksmpl()
/Linux-v5.4/drivers/usb/host/
Disp116x.h543 #define PTD_DIR_STR(ptd) ({char __c; \
545 case 0: __c = 's'; break; \
546 case 1: __c = 'o'; break; \
547 default: __c = 'i'; break; \
548 }; __c;})
/Linux-v5.4/arch/mips/include/asm/
Dstring.h135 extern void *memset(void *__s, int __c, size_t __count);
/Linux-v5.4/kernel/debug/kdb/
Dkdb_main.c1541 ({unsigned char __c = c; isascii(__c) && isprint(__c) ? __c : '.'; }) in kdb_md_line()
/Linux-v5.4/drivers/tty/serial/
Dsh-sci.c847 #define STEPFN(c) ({int __c = (c); (((__c-1)|(__c)) == -1); })