Searched defs:PAGE_SIZE (Results 1 - 25 of 107) sorted by last modified time

12345

/linux-master/fs/f2fs/
H A Dsegment.c2611 memcpy(page_address(page), src, PAGE_SIZE); local
[all...]
H A Dgc.c1381 page_address(mpage), PAGE_SIZE); local
H A Dcheckpoint.c1426 memcpy(page_address(page), src, PAGE_SIZE); local
H A Dcompress.c1924 memcpy(page_address(cpage), page_address(page), PAGE_SIZE); local
1944 page_address(cpage), PAGE_SIZE); local
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dtest_shadow_stack.c60 #define PAGE_SIZE 0x1000 macro
[all...]
H A Dlam.c53 #define PAGE_SIZE (4 << 10) macro
H A Dtest_mremap_vdso.c24 #define PAGE_SIZE 4096 macro
/linux-master/mm/
H A Dpercpu.c3328 pcpu_fc_free(page_address(pages[j]), PAGE_SIZE); local
[all...]
/linux-master/mm/kfence/
H A Dcore.c957 free_size / PAGE_SIZE); local
[all...]
/linux-master/kernel/
H A Dkprobes.c198 PAGE_SIZE, false, c->sym); local
222 (unsigned long)kip->insns, PAGE_SIZE, true, local
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h764 static_assert(sizeof(struct mlx5_mkeys_page) == PAGE_SIZE); variable
/linux-master/arch/parisc/include/asm/
H A Dpage.h8 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c230 #define PAGE_SIZE (1ULL << PAGE_SHIFT) macro
[all...]
H A Dtprot.c14 #define PAGE_SIZE (1 << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h356 #define PAGE_SIZE (1ULL << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/cgroup/
H A Dcgroup_util.h7 #define PAGE_SIZE 4096 macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt.c10 #define PAGE_SIZE 4096 macro
[all...]
/linux-master/tools/include/linux/
H A Dmm.h9 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/fs/btrfs/
H A Dfile.c2190 btrfs_delalloc_release_extents(BTRFS_I(inode), PAGE_SIZE); local
2199 btrfs_delalloc_release_extents(BTRFS_I(inode), PAGE_SIZE); local
[all...]
H A Dextent_io.c1516 PAGE_SIZE, !ret); local
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c1068 memset(page_address(err_page), -1, PAGE_SIZE); local
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dpagealloc.c267 PAGE_SIZE, DMA_BIDIRECTIONAL); local
/linux-master/arch/x86/mm/pat/
H A Dset_memory.c2417 numpages * PAGE_SIZE); local
[all...]
/linux-master/arch/x86/include/asm/
H A Dpage_types.h11 #define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT) macro
/linux-master/arch/arm64/mm/
H A Dmmu.c869 PAGE_SIZE, altmap); local
[all...]

Completed in 587 milliseconds

12345