Searched defs:PAGE_SHIFT (Results 26 - 50 of 73) sorted by relevance

123

/linux-master/tools/testing/scatterlist/linux/
H A Dmm.h30 #define PAGE_SHIFT (12) macro
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_page_dirty.c316 res_start >>= PAGE_SHIFT; local
359 res_start >>= PAGE_SHIFT; local
/linux-master/tools/testing/selftests/kvm/s390x/
H A Dtprot.c12 #define PAGE_SHIFT 12 macro
/linux-master/fs/proc/
H A Dtask_nommu.c118 size >>= PAGE_SHIFT; local
/linux-master/include/linux/raid/
H A Dpq.h40 # define PAGE_SHIFT 12 macro
/linux-master/arch/mips/include/asm/
H A Dpage.h20 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/arch/microblaze/include/asm/
H A Dpage.h23 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/arch/parisc/include/asm/
H A Dpage.h7 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/arch/sparc/include/asm/
H A Dpage_64.h7 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
H A Dpage_32.h14 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/arch/xtensa/include/asm/
H A Dpage.h25 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
[all...]
/linux-master/arch/sh/include/asm/
H A Dpage.h12 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/arch/um/include/asm/
H A Dpage.h13 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/drivers/gpu/drm/i915/
H A Dintel_memory_region.c304 *avail <<= PAGE_SHIFT; local
305 *visible_avail <<= PAGE_SHIFT; local
/linux-master/kernel/power/
H A Duser.c356 size <<= PAGE_SHIFT; local
362 size <<= PAGE_SHIFT; local
373 offset <<= PAGE_SHIFT; local
/linux-master/arch/loongarch/include/asm/
H A Dpage.h14 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vram_mgr.c550 start >>= PAGE_SHIFT; local
[all...]
/linux-master/arch/x86/mm/
H A Dinit_32.c789 set_pages_ro(virt_to_page(start), size >> PAGE_SHIFT); local
797 set_pages_rw(virt_to_page(start), size >> PAGE_SHIFT); local
800 set_pages_ro(virt_to_page(start), size >> PAGE_SHIFT); local
[all...]
/linux-master/mm/
H A Dmlock.c638 lock_limit >>= PAGE_SHIFT; local
766 lock_limit >>= PAGE_SHIFT; local
808 lock_limit >>= PAGE_SHIFT; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_migrate.c967 addr >>= PAGE_SHIFT; local
[all...]
/linux-master/arch/riscv/include/asm/
H A Dpage.h15 #define PAGE_SHIFT CONFIG_PAGE_SHIFT macro
/linux-master/drivers/edac/
H A Di3000_edac.c53 deap >>= PAGE_SHIFT; local
/linux-master/sound/core/
H A Dmemalloc.c745 size << PAGE_SHIFT, false); local
[all...]
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dcleanup.c847 trim_start <<= PAGE_SHIFT; local
850 trim_size <<= PAGE_SHIFT; local
[all...]
/linux-master/arch/x86/platform/efi/
H A Defi.c780 num_pages >>= PAGE_SHIFT; local

Completed in 615 milliseconds

123