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

12345

/linux-master/kernel/
H A Dkprobes.c198 PAGE_SIZE, false, c->sym); local
222 (unsigned long)kip->insns, PAGE_SIZE, true, local
/linux-master/arch/loongarch/include/asm/
H A Dpage.h15 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/tools/include/linux/
H A Dmm.h9 #define PAGE_SIZE (_AC(1, UL) << PAGE_SHIFT) macro
/linux-master/fs/btrfs/
H A Dinode.c8327 btrfs_delalloc_release_extents(BTRFS_I(inode), PAGE_SIZE); local
8336 btrfs_delalloc_release_extents(BTRFS_I(inode), PAGE_SIZE); local
[all...]
H A Dextent_io.c1495 PAGE_SIZE, !ret); local
[all...]
/linux-master/drivers/mtd/devices/
H A Dblock2mtd.c74 memset(page_address(page), 0xff, PAGE_SIZE); local
/linux-master/arch/riscv/mm/
H A Dtlbflush.c151 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); local
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h361 #define PAGE_SIZE (1ULL << PAGE_SHIFT) macro
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Darena_htab.c9 #define PAGE_SIZE getpagesize() macro
H A Darena_list.c9 #define PAGE_SIZE getpagesize() macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_common.h24 #define PAGE_SIZE __PAGE_SIZE macro
/linux-master/arch/hexagon/kernel/
H A Dvmlinux.lds.S24 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/drivers/nvme/host/
H A Dpci.c3534 BUILD_BUG_ON(sizeof(struct scatterlist) * NVME_MAX_SEGS > PAGE_SIZE); local
/linux-master/arch/loongarch/kernel/
H A Dvmlinux.lds.S7 #define PAGE_SIZE _PAGE_SIZE define
/linux-master/arch/arm/mm/
H A Dflush.c410 __cpuc_flush_dcache_area(page_address(page), PAGE_SIZE); local
/linux-master/arch/s390/include/asm/
H A Dpage.h20 #define PAGE_SIZE _PAGE_SIZE macro
/linux-master/fs/f2fs/
H A Dsegment.c2610 memcpy(page_address(page), src, PAGE_SIZE); local
[all...]
H A Dgc.c1381 page_address(mpage), PAGE_SIZE); local
H A Dcompress.c1894 memcpy(page_address(cpage), page_address(page), PAGE_SIZE); local
1914 page_address(cpage), PAGE_SIZE); local
[all...]
H A Dcheckpoint.c1425 memcpy(page_address(page), src, PAGE_SIZE); local
/linux-master/drivers/vdpa/vdpa_user/
H A Diova_domain.c307 map->bounce_page, 0, PAGE_SIZE); local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmlx5_ib.h763 static_assert(sizeof(struct mlx5_mkeys_page) == PAGE_SIZE); variable
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dmemop.c229 #define PAGE_SIZE (1ULL << PAGE_SHIFT) macro
[all...]
/linux-master/arch/s390/kvm/
H A Dpriv.c930 memcpy(sida_addr(vcpu->arch.sie_block), (void *)mem, PAGE_SIZE); local
/linux-master/kernel/power/
H A Dswap.c1577 set_blocksize(file_bdev(hib_resume_bdev_file), PAGE_SIZE); local
[all...]

Completed in 573 milliseconds

12345