Searched defs:devicep (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/sys/arch/arm/xscale/
H A Dixp425_pci.c137 ixp425_pci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devicep, argument
/netbsd-current/sys/arch/arm/ixp12x0/
H A Dixp12x0_pci.c144 ixp12x0_pci_decompose_tag(void *v, pcitag_t tag, int *busp, int *devicep, int *functionp) argument
/netbsd-current/external/gpl3/gcc.old/dist/libgomp/
H A Doacc-async.c429 goacc_async_free (struct gomp_device_descr *devicep, argument
443 goacc_init_asyncqueues (struct gomp_device_descr *devicep) argument
455 goacc_fini_asyncqueues (struct gomp_device_descr *devicep) argument
[all...]
H A Dtask.c677 gomp_create_target_task (struct gomp_device_descr *devicep, argument
H A Dtarget.c167 gomp_device_copy (struct gomp_device_descr *devicep, argument
182 goacc_device_copy_async (struct gomp_device_descr *devicep, argument
291 gomp_copy_host2dev (struct gomp_device_descr *devicep, argument
329 gomp_copy_dev2host(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, void *h, const void *d, size_t sz) argument
341 gomp_free_device_memory(struct gomp_device_descr *devicep, void *devptr) argument
355 gomp_map_vars_existing(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key oldn, splay_tree_key newn, struct target_var_desc *tgt_var, unsigned char kind, struct gomp_coalesce_buf *cbuf) argument
403 struct gomp_device_descr *devicep = tgt->device_descr; local
444 struct gomp_device_descr *devicep = tgt->device_descr; local
500 gomp_attach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree mem_map, splay_tree_key n, uintptr_t attach_to, size_t bias, struct gomp_coalesce_buf *cbufp) argument
575 gomp_detach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key n, uintptr_t detach_from, bool finalize, struct gomp_coalesce_buf *cbufp) argument
656 gomp_map_vars_internal(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, enum gomp_map_vars_kind pragma_kind) argument
1309 gomp_map_vars(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, enum gomp_map_vars_kind pragma_kind) argument
1318 gomp_map_vars_async(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, enum gomp_map_vars_kind pragma_kind) argument
1364 gomp_remove_var_internal(struct gomp_device_descr *devicep, splay_tree_key k, struct goacc_asyncqueue *aq) argument
1388 gomp_remove_var(struct gomp_device_descr *devicep, splay_tree_key k) argument
1400 gomp_remove_var_async(struct gomp_device_descr *devicep, splay_tree_key k, struct goacc_asyncqueue *aq) argument
1414 struct gomp_device_descr *devicep = tgt->device_descr; local
1506 gomp_update(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, void *kinds, bool short_mapkind) argument
1569 gomp_load_image_to_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data, bool is_register_lock) argument
1670 gomp_unload_image_from_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data) argument
1758 struct gomp_device_descr *devicep = &devices[i]; local
1803 struct gomp_device_descr *devicep = &devices[i]; local
1834 gomp_init_device(struct gomp_device_descr *devicep) argument
1863 gomp_fini_device(struct gomp_device_descr *devicep) argument
1872 gomp_unload_device(struct gomp_device_descr *devicep) argument
1954 gomp_get_target_fn_addr(struct gomp_device_descr *devicep, void (*host_fn) (void *)) argument
1995 struct gomp_device_descr *devicep = resolve_device (device); local
2014 clear_unsupported_flags(struct gomp_device_descr *devicep, unsigned int flags) argument
2051 struct gomp_device_descr *devicep = resolve_device (device); local
2202 struct gomp_device_descr *devicep = resolve_device (device); local
2221 struct gomp_device_descr *devicep = resolve_device (device); local
2252 struct gomp_device_descr *devicep = resolve_device (device); local
2267 struct gomp_device_descr *devicep = resolve_device (device); local
2342 gomp_exit_data(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds) argument
2408 struct gomp_device_descr *devicep = resolve_device (device); local
2510 struct gomp_device_descr *devicep = ttask->devicep; local
2600 struct gomp_device_descr *devicep = resolve_device (device_num); local
2629 struct gomp_device_descr *devicep = resolve_device (device_num); local
2657 struct gomp_device_descr *devicep = resolve_device (device_num); local
2891 struct gomp_device_descr *devicep = resolve_device (device_num); local
2954 struct gomp_device_descr *devicep = resolve_device (device_num); local
3133 struct gomp_device_descr *devicep = &devices[i]; local
[all...]
H A Dlibgomp.h581 struct gomp_device_descr *devicep; member in struct:gomp_target_task
/netbsd-current/external/gpl3/gcc/dist/libgomp/
H A Doacc-async.c429 goacc_async_free (struct gomp_device_descr *devicep, argument
443 goacc_init_asyncqueues (struct gomp_device_descr *devicep) argument
455 goacc_fini_asyncqueues (struct gomp_device_descr *devicep) argument
[all...]
H A Dtask.c715 gomp_create_target_task (struct gomp_device_descr *devicep, argument
H A Dtarget.c197 gomp_device_copy (struct gomp_device_descr *devicep, argument
212 goacc_device_copy_async (struct gomp_device_descr *devicep, argument
344 gomp_copy_host2dev (struct gomp_device_descr *devicep, argument
406 gomp_copy_dev2host(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, void *h, const void *d, size_t sz) argument
418 gomp_free_device_memory(struct gomp_device_descr *devicep, void *devptr) argument
539 gomp_map_vars_existing(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key oldn, splay_tree_key newn, struct target_var_desc *tgt_var, unsigned char kind, bool always_to_flag, bool implicit, struct gomp_coalesce_buf *cbuf, htab_t *refcount_set) argument
642 struct gomp_device_descr *devicep = tgt->device_descr; local
692 struct gomp_device_descr *devicep = tgt->device_descr; local
753 gomp_attach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree mem_map, splay_tree_key n, uintptr_t attach_to, size_t bias, struct gomp_coalesce_buf *cbufp, bool allow_zero_length_array_sections) argument
837 gomp_detach_pointer(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, splay_tree_key n, uintptr_t detach_from, bool finalize, struct gomp_coalesce_buf *cbufp) argument
918 gomp_map_vars_internal(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, htab_t *refcount_set, enum gomp_map_vars_kind pragma_kind) argument
1735 gomp_map_vars(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, htab_t *refcount_set, enum gomp_map_vars_kind pragma_kind) argument
1760 goacc_map_vars(struct gomp_device_descr *devicep, struct goacc_asyncqueue *aq, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool short_mapkind, enum gomp_map_vars_kind pragma_kind) argument
1822 gomp_remove_var_internal(struct gomp_device_descr *devicep, splay_tree_key k, struct goacc_asyncqueue *aq) argument
1865 gomp_remove_var(struct gomp_device_descr *devicep, splay_tree_key k) argument
1877 gomp_remove_var_async(struct gomp_device_descr *devicep, splay_tree_key k, struct goacc_asyncqueue *aq) argument
1891 struct gomp_device_descr *devicep = tgt->device_descr; local
1990 gomp_update(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, void *kinds, bool short_mapkind) argument
2081 gomp_load_image_to_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data, bool is_register_lock) argument
2216 gomp_unload_image_from_device(struct gomp_device_descr *devicep, unsigned version, const void *host_table, const void *target_data) argument
2304 struct gomp_device_descr *devicep = &devices[i]; local
2349 struct gomp_device_descr *devicep = &devices[i]; local
2380 gomp_init_device(struct gomp_device_descr *devicep) argument
2409 gomp_fini_device(struct gomp_device_descr *devicep) argument
2418 gomp_unload_device(struct gomp_device_descr *devicep) argument
2439 gomp_target_fallback(void (*fn) (void *), void **hostaddrs, struct gomp_device_descr *devicep, void **args) argument
2526 gomp_get_target_fn_addr(struct gomp_device_descr *devicep, void (*host_fn) (void *)) argument
2567 struct gomp_device_descr *devicep = resolve_device (device); local
2589 clear_unsupported_flags(struct gomp_device_descr *devicep, unsigned int flags) argument
2626 struct gomp_device_descr *devicep = resolve_device (device); local
2766 gomp_target_data_fallback(struct gomp_device_descr *devicep) argument
2793 struct gomp_device_descr *devicep = resolve_device (device); local
2812 struct gomp_device_descr *devicep = resolve_device (device); local
2843 struct gomp_device_descr *devicep = resolve_device (device); local
2858 struct gomp_device_descr *devicep = resolve_device (device); local
2933 gomp_exit_data(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, htab_t *refcount_set) argument
3051 struct gomp_device_descr *devicep = resolve_device (device); local
3167 struct gomp_device_descr *devicep = ttask->devicep; local
3290 struct gomp_device_descr *devicep = resolve_device (device_num); local
3319 struct gomp_device_descr *devicep = resolve_device (device_num); local
3347 struct gomp_device_descr *devicep = resolve_device (device_num); local
3581 struct gomp_device_descr *devicep = resolve_device (device_num); local
3644 struct gomp_device_descr *devicep = resolve_device (device_num); local
3827 struct gomp_device_descr *devicep = &devices[i]; local
[all...]
H A Dlibgomp.h647 struct gomp_device_descr *devicep; member in struct:gomp_target_task
/netbsd-current/sys/arch/arm/footbridge/
H A Dfootbridge_pci.c158 footbridge_pci_decompose_tag(void *pcv, pcitag_t tag, int *busp, int *devicep, int *functionp) argument
/netbsd-current/sys/arch/evbarm/ifpga/
H A Difpga_pci.c185 ifpga_pci_decompose_tag(void *pcv, pcitag_t tag, int *busp, int *devicep, argument
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsk-usbhid.c616 check_enroll_options(struct sk_option **options, char **devicep, argument
991 check_sign_load_resident_options(struct sk_option **options, char **devicep) argument

Completed in 302 milliseconds