Searched defs:PAGE_SIZE (Results 51 - 75 of 109) sorted by relevance

12345

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_cotable.c469 PAGE_SIZE); local
/linux-master/include/linux/raid/
H A Dpq.h37 # define PAGE_SIZE 4096 macro
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_gen4_pm_debugfs.c184 dma_unmap_single(&GET_DEV(accel_dev), p_state_addr, PAGE_SIZE, local
[all...]
H A Dadf_admin.c566 dma_free_coherent(&GET_DEV(accel_dev), PAGE_SIZE, local
602 dma_free_coherent(&GET_DEV(accel_dev), PAGE_SIZE, local
/linux-master/mm/kmsan/
H A Dshadow.c160 kmsan_internal_unpoison_memory(page_address(dst), PAGE_SIZE, local
166 __memcpy(shadow_ptr_for(dst), shadow_ptr_for(src), PAGE_SIZE); local
167 __memcpy(origin_ptr_for(dst), origin_ptr_for(src), PAGE_SIZE); local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c10 #define PAGE_SIZE 4096 macro
[all...]
/linux-master/arch/riscv/mm/
H A Dkasan_init.c45 memset(__va(phys_addr), KASAN_SHADOW_INIT, PAGE_SIZE); local
[all...]
H A Dtlbflush.c151 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); local
/linux-master/arch/mips/include/asm/
H A Dpage.h21 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h24 #define PAGE_SIZE (ASM_CONST(1) << PAGE_SHIFT) macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
H A Dpage_32.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/openrisc/kernel/
H A Dsmp.c305 smp_flush_tlb_range(mm_cpumask(vma->vm_mm), uaddr, uaddr + PAGE_SIZE); local
/linux-master/arch/xtensa/include/asm/
H A Dpage.h26 #define PAGE_SIZE (__XTENSA_UL_CONST(1) << PAGE_SHIFT) macro
/linux-master/arch/sh/include/asm/
H A Dpage.h13 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/um/include/asm/
H A Dpage.h14 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/arm64/mm/
H A Dkasan_init.c126 memset(__va(page_phys), KASAN_SHADOW_INIT, PAGE_SIZE); local
[all...]
/linux-master/arch/arm/mm/
H A Dflush.c410 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE); local
/linux-master/arch/loongarch/include/asm/
H A Dpage.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/powerpc/pmu/sampling_tests/
H A Dmisc.c19 #define PAGE_SIZE sysconf(_SC_PAGESIZE) macro
/linux-master/tools/testing/selftests/proc/
H A Dproc-pid-vm.c109 #define PAGE_SIZE 4096 macro
/linux-master/arch/riscv/include/asm/
H A Dpage.h16 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/include/linux/
H A Dhighmem.h311 kmsan_unpoison_memory(page_address(to), PAGE_SIZE); local
351 kmsan_unpoison_memory(page_address(to), PAGE_SIZE); local
[all...]
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.c307 map->bounce_page, 0, PAGE_SIZE); local
[all...]

Completed in 234 milliseconds

12345