Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/kernel/linux/linux-4.19/arch/powerpc/include/asm/
Dexception-64s.h192 #define EXCEPTION_RELON_PROLOG(area, label, h, extra, vec) \ argument
310 #define MASKABLE_EXCEPTION_PROLOG_1(area, extra, vec, bitmask) \ argument
319 #define _EXCEPTION_PROLOG_1(area, extra, vec) \ argument
324 #define EXCEPTION_PROLOG_1(area, extra, vec) \ argument
354 #define EXCEPTION_PROLOG(area, label, h, extra, vec) \ argument
429 #define EXCEPTION_PROLOG_NORI(area, label, h, extra, vec) \ argument
563 #define STD_EXCEPTION(vec, label) \ argument
567 #define __OOL_EXCEPTION(vec, label, hdlr) \ argument
572 #define STD_EXCEPTION_OOL(vec, label) \ argument
576 #define STD_EXCEPTION_HV(loc, vec, label) \ argument
[all …]
/kernel/linux/linux-5.10/mm/
Dframe_vector.c35 unsigned int gup_flags, struct frame_vector *vec) in get_vaddr_frames()
123 void put_vaddr_frames(struct frame_vector *vec) in put_vaddr_frames()
153 int frame_vector_to_pages(struct frame_vector *vec) in frame_vector_to_pages()
179 void frame_vector_to_pfns(struct frame_vector *vec) in frame_vector_to_pfns()
204 struct frame_vector *vec; in frame_vector_create() local
234 void frame_vector_destroy(struct frame_vector *vec) in frame_vector_destroy()
Dmincore.c29 unsigned char *vec = walk->private; in mincore_hugetlb() local
72 struct vm_area_struct *vma, unsigned char *vec) in __mincore_unmapped_range()
105 unsigned char *vec = walk->private; in mincore_pte_range() local
184 static long do_mincore(unsigned long addr, unsigned long pages, unsigned char *vec) in do_mincore()
230 unsigned char __user *, vec) in SYSCALL_DEFINE3() argument
/kernel/linux/linux-4.19/mm/
Dframe_vector.c35 unsigned int gup_flags, struct frame_vector *vec) in get_vaddr_frames()
121 void put_vaddr_frames(struct frame_vector *vec) in put_vaddr_frames()
152 int frame_vector_to_pages(struct frame_vector *vec) in frame_vector_to_pages()
178 void frame_vector_to_pfns(struct frame_vector *vec) in frame_vector_to_pfns()
203 struct frame_vector *vec; in frame_vector_create() local
233 void frame_vector_destroy(struct frame_vector *vec) in frame_vector_destroy()
Dmincore.c29 unsigned char *vec = walk->private; in mincore_hugetlb() local
88 struct vm_area_struct *vma, unsigned char *vec) in __mincore_unmapped_range()
120 unsigned char *vec = walk->private; in mincore_pte_range() local
193 static long do_mincore(unsigned long addr, unsigned long pages, unsigned char *vec) in do_mincore()
246 unsigned char __user *, vec) in SYSCALL_DEFINE3() argument
/kernel/linux/linux-5.10/tools/testing/selftests/mincore/
Dmincore_selftest.c35 unsigned char vec[1]; in TEST() local
86 unsigned char vec[1]; in TEST() local
142 unsigned char vec[1]; in TEST() local
190 unsigned char *vec; in TEST() local
287 unsigned char *vec; in TEST() local
/kernel/linux/linux-4.19/kernel/sched/
Dcpupri.c72 struct cpupri_vec *vec = &cp->pri_to_cpu[idx]; in cpupri_find() local
155 struct cpupri_vec *vec = &cp->pri_to_cpu[newpri]; in cpupri_set() local
168 struct cpupri_vec *vec = &cp->pri_to_cpu[oldpri]; in cpupri_set() local
208 struct cpupri_vec *vec = &cp->pri_to_cpu[i]; in cpupri_init() local
/kernel/linux/linux-5.10/kernel/sched/
Dcpupri.c47 struct cpupri_vec *vec = &cp->pri_to_cpu[idx]; in __cpupri_find() local
209 struct cpupri_vec *vec = &cp->pri_to_cpu[newpri]; in cpupri_set() local
222 struct cpupri_vec *vec = &cp->pri_to_cpu[oldpri]; in cpupri_set() local
262 struct cpupri_vec *vec = &cp->pri_to_cpu[i]; in cpupri_init() local
/kernel/linux/linux-4.19/drivers/gpu/drm/vc4/
Dvc4_vec.c187 struct vc4_vec *vec; member
199 struct vc4_vec *vec; member
263 struct vc4_vec *vec = vc4->vec; in vc4_vec_debugfs_regs() local
279 static void vc4_vec_ntsc_mode_set(struct vc4_vec *vec) in vc4_vec_ntsc_mode_set()
285 static void vc4_vec_ntsc_j_mode_set(struct vc4_vec *vec) in vc4_vec_ntsc_j_mode_set()
298 static void vc4_vec_pal_mode_set(struct vc4_vec *vec) in vc4_vec_pal_mode_set()
304 static void vc4_vec_pal_m_mode_set(struct vc4_vec *vec) in vc4_vec_pal_m_mode_set()
382 struct vc4_vec *vec) in vc4_vec_connector_init()
419 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_disable() local
441 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_enable() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
Dvc4_vec.c179 struct vc4_vec *vec; member
191 struct vc4_vec *vec; member
245 static void vc4_vec_ntsc_mode_set(struct vc4_vec *vec) in vc4_vec_ntsc_mode_set()
251 static void vc4_vec_ntsc_j_mode_set(struct vc4_vec *vec) in vc4_vec_ntsc_j_mode_set()
264 static void vc4_vec_pal_mode_set(struct vc4_vec *vec) in vc4_vec_pal_mode_set()
270 static void vc4_vec_pal_m_mode_set(struct vc4_vec *vec) in vc4_vec_pal_m_mode_set()
348 struct vc4_vec *vec) in vc4_vec_connector_init()
381 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_disable() local
403 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_enable() local
482 struct vc4_vec *vec = vc4_vec_encoder->vec; in vc4_vec_encoder_atomic_mode_set() local
[all …]
/kernel/linux/linux-4.19/fs/
Dread_write.c977 ssize_t vfs_readv(struct file *file, const struct iovec __user *vec, in vfs_readv()
994 static ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev()
1012 static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, in do_readv()
1032 static ssize_t do_writev(unsigned long fd, const struct iovec __user *vec, in do_writev()
1058 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv()
1081 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev()
1104 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1110 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1116 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1124 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
[all …]
/kernel/linux/linux-4.19/net/smc/
Dsmc_clc.c275 struct kvec vec = {buf, buflen}; in smc_clc_wait_msg() local
358 struct kvec vec; in smc_clc_send_decline() local
397 struct kvec vec[5]; in smc_clc_send_proposal() local
470 struct kvec vec; in smc_clc_send_confirm() local
540 struct kvec vec; in smc_clc_send_accept() local
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
Dnitrox_isr.c269 int vec; in nitrox_unregister_interrupts() local
293 int nr_vecs, vec, cpu; in nitrox_register_interrupts() local
388 int vec; in nitrox_sriov_unregister_interrupts() local
411 int vec, cpu; in nitrox_sriov_register_interupts() local
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
Dvideobuf2-memops.c42 struct frame_vector *vec; in vb2_create_framevec() local
75 void vb2_destroy_framevec(struct frame_vector *vec) in vb2_destroy_framevec()
/kernel/linux/linux-4.19/drivers/media/common/videobuf2/
Dvideobuf2-memops.c44 struct frame_vector *vec; in vb2_create_framevec() local
80 void vb2_destroy_framevec(struct frame_vector *vec) in vb2_destroy_framevec()
/kernel/linux/linux-5.10/fs/
Dread_write.c906 static ssize_t vfs_readv(struct file *file, const struct iovec __user *vec, in vfs_readv()
923 static ssize_t vfs_writev(struct file *file, const struct iovec __user *vec, in vfs_writev()
941 static ssize_t do_readv(unsigned long fd, const struct iovec __user *vec, in do_readv()
965 static ssize_t do_writev(unsigned long fd, const struct iovec __user *vec, in do_writev()
995 static ssize_t do_preadv(unsigned long fd, const struct iovec __user *vec, in do_preadv()
1018 static ssize_t do_pwritev(unsigned long fd, const struct iovec __user *vec, in do_pwritev()
1041 SYSCALL_DEFINE3(readv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1047 SYSCALL_DEFINE3(writev, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE3() argument
1053 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE5() argument
1061 SYSCALL_DEFINE6(preadv2, unsigned long, fd, const struct iovec __user *, vec, in SYSCALL_DEFINE6() argument
[all …]
/kernel/linux/linux-4.19/tools/testing/selftests/net/
Dtls.c174 struct iovec vec; in TEST_F() local
198 struct iovec vec = { (void *)mem, send_len }; in TEST_F() local
214 struct iovec vec[5]; in TEST_F() local
251 struct iovec vec[1024]; in TEST_F() local
355 struct iovec vec; in TEST_F() local
372 struct iovec vec; in TEST_F() local
389 struct iovec vec[1024]; in TEST_F() local
708 struct iovec vec; in TEST_F() local
/kernel/linux/linux-4.19/arch/ia64/kernel/
Dirq_ia64.c428 # define IS_RESCHEDULE(vec) (vec == IA64_IPI_RESCHEDULE) argument
429 # define IS_LOCAL_TLB_FLUSH(vec) (vec == IA64_IPI_LOCAL_TLB_FLUSH) argument
431 # define IS_RESCHEDULE(vec) (0) argument
432 # define IS_LOCAL_TLB_FLUSH(vec) (0) argument
611 ia64_native_register_percpu_irq (ia64_vector vec, struct irqaction *action) in ia64_native_register_percpu_irq()
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dirq_ia64.c417 # define IS_RESCHEDULE(vec) (vec == IA64_IPI_RESCHEDULE) argument
418 # define IS_LOCAL_TLB_FLUSH(vec) (vec == IA64_IPI_LOCAL_TLB_FLUSH) argument
420 # define IS_RESCHEDULE(vec) (0) argument
421 # define IS_LOCAL_TLB_FLUSH(vec) (0) argument
587 register_percpu_irq(ia64_vector vec, irq_handler_t handler, unsigned long flags, in register_percpu_irq()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xics/
Dicp-opal.c64 unsigned int vec; in icp_opal_get_irq() local
150 unsigned int vec; in icp_opal_flush_interrupt() local
Dics-rtas.c192 static void ics_rtas_mask_unknown(struct ics *ics, unsigned long vec) in ics_rtas_mask_unknown()
197 static long ics_rtas_get_server(struct ics *ics, unsigned long vec) in ics_rtas_get_server()
/kernel/linux/linux-4.19/arch/powerpc/sysdev/xics/
Dicp-opal.c68 unsigned int vec; in icp_opal_get_irq() local
154 unsigned int vec; in icp_opal_flush_interrupt() local
Dics-rtas.c192 static void ics_rtas_mask_unknown(struct ics *ics, unsigned long vec) in ics_rtas_mask_unknown()
197 static long ics_rtas_get_server(struct ics *ics, unsigned long vec) in ics_rtas_get_server()
/kernel/linux/linux-5.10/fs/xfs/
Dxfs_log.h28 struct xfs_log_iovec *vec = *vecp; in xlog_prepare_iovec() local
57 xlog_finish_iovec(struct xfs_log_vec *lv, struct xfs_log_iovec *vec, int len) in xlog_finish_iovec()
/kernel/linux/linux-4.19/sound/core/oss/
Dio.c29 #define pcm_writev(plug,vec,count) snd_pcm_oss_writev3(plug,vec,count) argument
31 #define pcm_readv(plug,vec,count) snd_pcm_oss_readv3(plug,vec,count) argument

12345678910>>...13