Searched refs:__e (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/arm/include/asm/ |
D | uaccess.h | 155 #define __get_user_x(__r2, __p, __e, __l, __s) \ argument 160 : "=&r" (__e), "=r" (__r2) \ 166 #define __get_user_x_32t(__r2, __p, __e, __l, __s) \ argument 167 __get_user_x(__r2, __p, __e, __l, 32t_8) 177 #define __get_user_x_64t(__r2, __p, __e, __l, __s) \ argument 182 : "=&r" (__e), "=r" (__r2) \ 196 register int __e asm("r0"); \ 201 __get_user_x_64t(__r2, __p, __e, __l, 1); \ 203 __get_user_x(__r2, __p, __e, __l, 1); \ 207 __get_user_x_64t(__r2, __p, __e, __l, 2); \ [all …]
|
/linux-4.4.14/arch/cris/include/arch-v32/arch/ |
D | unistd.h | 114 register long __e __asm__ ("mof") = (long) arg5; \ 122 "r" (__c), "r" (__d), "h" (__e) \ 138 register long __e __asm__ ("mof") = (long) arg5; \ 147 "r" (__c), "r" (__d), "h" (__e), "x" (__f) \
|
/linux-4.4.14/drivers/staging/media/davinci_vpfe/ |
D | vpfe_video.h | 69 #define to_vpfe_pipeline(__e) \ argument 70 container_of((__e)->pipe, struct vpfe_pipeline, pipe)
|
/linux-4.4.14/drivers/staging/media/omap4iss/ |
D | iss_video.h | 100 #define to_iss_pipeline(__e) \ argument 101 container_of((__e)->pipe, struct iss_pipeline, pipe)
|
/linux-4.4.14/drivers/media/platform/omap3isp/ |
D | ispvideo.h | 105 #define to_isp_pipeline(__e) \ argument 106 container_of((__e)->pipe, struct isp_pipeline, pipe)
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | bootstd.h | 123 register long __e __asm__ ("%d5") = (long)e; \ 127 "d" (__c), "d" (__d), "d" (__e) \
|
/linux-4.4.14/include/media/ |
D | v4l2-dev.h | 144 #define media_entity_to_video_device(__e) \ argument 145 container_of(__e, struct video_device, entity)
|
/linux-4.4.14/block/ |
D | elevator.c | 1006 struct elevator_type *__e; in elv_iosched_show() local 1015 list_for_each_entry(__e, &elv_list, list) { in elv_iosched_show() 1016 if (!strcmp(elv->elevator_name, __e->elevator_name)) in elv_iosched_show() 1019 len += sprintf(name+len, "%s ", __e->elevator_name); in elv_iosched_show()
|