Searched refs:memset64 (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm/include/asm/ |
| H A D | string.h | 43 static inline void *memset64(uint64_t *p, uint64_t v, __kernel_size_t n) in memset64() function
|
| /linux/arch/x86/include/asm/ |
| H A D | string_64.h | 58 static inline void *memset64(uint64_t *s, uint64_t v, size_t n) in memset64() function
|
| /linux/arch/arm/lib/ |
| H A D | memset.S | 140 mov r3, r1 @ copy r1 to r3 and fall into memset64
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_ring.c | 295 memset64(ring->vaddr + ring->emit, 0, need_wrap / sizeof(u64)); in intel_ring_begin()
|
| H A D | gen8_ppgtt.c | 292 memset64(vaddr + pte, in __gen8_ppgtt_clear() 725 memset64(vaddr + i, encode, 15); in gen8_ppgtt_insert_huge()
|
| /linux/lib/tests/ |
| H A D | string_kunit.c | 103 memset64(p + i, 0xb1b2b3b4b5b6b7b8ULL, j); in string_test_memset64()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_pt.c | 2025 memset64(map->vaddr + qword_ofs * sizeof(u64), empty, in xe_migrate_clear_pgtable_callback() 2028 memset64(ptr, empty, num_qwords); in xe_migrate_clear_pgtable_callback()
|
| /linux/drivers/iio/adc/ |
| H A D | ad7173.c | 645 memset64(st->config_cnts, 0, st->info->num_configs); in ad7173_reset_usage_cnts()
|
| /linux/virt/kvm/ |
| H A D | kvm_main.c | 361 memset64(page, mc->init_value, PAGE_SIZE / sizeof(u64)); in mmu_memory_cache_alloc_obj()
|