Searched defs:PAGE_SIZE (Results 51 - 75 of 109) sorted by last modified time

12345

/linux-master/arch/m68k/include/asm/
H A Dpage.h11 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/hexagon/include/asm/
H A Dpage.h49 #define PAGE_SIZE (1UL << PAGE_SHIFT) macro
/linux-master/arch/csky/include/asm/
H A Dpage.h14 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/arm64/include/asm/
H A Dpage-def.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/arch/arm/include/asm/
H A Dpage.h12 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/arc/include/uapi/asm/
H A Dpage.h29 #define PAGE_SIZE _BITUL(PAGE_SHIFT) /* Default 8K */ macro
/linux-master/arch/alpha/include/asm/
H A Dpage.h10 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/iommu/
H A Diommufd_utils.h41 static unsigned long PAGE_SIZE; variable
/linux-master/net/ceph/
H A Dosd_client.c3183 lreq->notify_id_pages, PAGE_SIZE, 0, false, false); local
/linux-master/tools/testing/selftests/sgx/
H A Ddefines.h11 #define PAGE_SIZE 4096 macro
/linux-master/mm/
H A Dpercpu.c3352 pcpu_fc_free(page_address(pages[j]), PAGE_SIZE); local
[all...]
H A Dpage_poison.c28 memset(kasan_reset_tag(addr), PAGE_POISON, PAGE_SIZE); local
/linux-master/arch/riscv/mm/
H A Dkasan_init.c45 memset(__va(phys_addr), KASAN_SHADOW_INIT, PAGE_SIZE); local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dlam.c53 #define PAGE_SIZE (4 << 10) macro
H A Dnx_stack.c38 #define PAGE_SIZE 4096 macro
/linux-master/mm/kfence/
H A Dcore.c957 free_size / PAGE_SIZE); local
[all...]
/linux-master/fs/freevxfs/
H A Dvxfs_immed.c38 memcpy_to_page(folio_page(folio, i), 0, src, PAGE_SIZE); local
/linux-master/drivers/crypto/intel/qat/qat_common/
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
H A Dadf_gen4_pm_debugfs.c184 dma_unmap_single(&GET_DEV(accel_dev), p_state_addr, PAGE_SIZE, local
[all...]
/linux-master/drivers/dma/ppc4xx/
H A Dadma.c3731 memset(page_address(pg), 0xFF, PAGE_SIZE); local
[all...]
/linux-master/drivers/dma/
H A Dmv_xor.c917 memset(page_address(dest), 0, PAGE_SIZE); local
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c10 #define PAGE_SIZE 4096 macro
[all...]
/linux-master/mm/kmsan/
H A Dkmsan_test.c331 kmsan_check_memory(page_address(pages[i]), PAGE_SIZE); local
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/include/linux/raid/
H A Dpq.h37 # define PAGE_SIZE 4096 macro

Completed in 266 milliseconds

12345