Searched refs:address_space (Results 1 – 12 of 12) sorted by relevance
/freebsd/sys/dev/hyperv/vmbus/ |
H A D | hyperv_mmu.c | 185 flush->address_space = 0; in hv_vm_tlb_flush() 189 flush->address_space = cr3; in hv_vm_tlb_flush() 190 flush->address_space &= ~CR3_PCID_MASK; in hv_vm_tlb_flush() 266 flush->address_space = 0; in hv_flush_tlb_others_ex() 270 flush->address_space = cr3; in hv_flush_tlb_others_ex() 271 flush->address_space &= ~CR3_PCID_MASK; in hv_flush_tlb_others_ex()
|
H A D | hyperv_mmu.h | 39 uint64_t address_space; member 52 uint64_t address_space; member
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_intrinsics.h | 487 return (size_t)(void __attribute__((address_space(1))) *)__ptr; in __nv_cvta_generic_to_global_impl() 490 return (size_t)(void __attribute__((address_space(3))) *)__ptr; in __nv_cvta_generic_to_shared_impl() 493 return (size_t)(void __attribute__((address_space(4))) *)__ptr; in __nv_cvta_generic_to_constant_impl() 496 return (size_t)(void __attribute__((address_space(5))) *)__ptr; in __nv_cvta_generic_to_local_impl() 499 return (void *)(void __attribute__((address_space(1))) *)__ptr; in __nv_cvta_global_to_generic_impl() 502 return (void *)(void __attribute__((address_space(3))) *)__ptr; in __nv_cvta_shared_to_generic_impl() 505 return (void *)(void __attribute__((address_space(4))) *)__ptr; in __nv_cvta_constant_to_generic_impl() 508 return (void *)(void __attribute__((address_space(5))) *)__ptr; in __nv_cvta_local_to_generic_impl() 550 (void __attribute__((address_space(3))) *)__dst, in __nv_memcpy_async_shared_global_4() 551 (const void __attribute__((address_space(1))) *)__src, __src_size); in __nv_memcpy_async_shared_global_4() [all …]
|
H A D | __clang_hip_libdevice_declares.h | 59 __attribute__((address_space(5))) int *); 78 __attribute__((address_space(5))) float *); 91 __attribute__((address_space(5))) int *); 103 __attribute__((address_space(5))) float *); 105 __attribute__((address_space(5))) float *); 180 __attribute__((address_space(5))) int *); 196 __attribute__((address_space(5))) double *); 210 __attribute__((address_space(5))) int *); 223 __attribute__((address_space(5))) double *); 225 __ocml_sincospi_f64(double, __attribute__((address_space(5))) double *);
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel-mm-pagemap.m4 | 24 struct address_space *m;
|
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zpl_file.c | 488 zpl_readpages(struct file *filp, struct address_space *mapping, in zpl_readpages() 536 zpl_write_cache_pages(struct address_space *mapping, in zpl_write_cache_pages() 550 zpl_writepages(struct address_space *mapping, struct writeback_control *wbc) in zpl_writepages()
|
H A D | zfs_vnops_os.c | 241 struct address_space *mp = ZTOI(zp)->i_mapping; in update_pages() 288 struct address_space *mp = ip->i_mapping; in mappedread() 3726 struct address_space *mapping; in zfs_putpage()
|
H A D | zfs_znode_os.c | 1555 struct address_space *mp = ZTOI(zp)->i_mapping; in zfs_zero_partial_page()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_driver.h | 557 struct address_space *dev_mapping;
|
/freebsd/lib/libomp/ |
H A D | omp-tools.h | 1274 ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, 1278 ompd_get_omp_version_string(ompd_address_space_handle_t *address_space,
|
/freebsd/contrib/llvm-project/openmp/runtime/src/include/ |
H A D | omp-tools.h.var | 1274 ompd_rc_t ompd_get_omp_version(ompd_address_space_handle_t *address_space, 1278 ompd_get_omp_version_string(ompd_address_space_handle_t *address_space,
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | Attr.td | 788 let Spellings = [Clang<"address_space">];
|