Searched refs:PAGE_ALIGN (Results 126 - 150 of 448) sorted by path

1234567891011>>

/linux-master/arch/x86/kernel/
H A Dunwind_orc.c737 void *next_page = (void *)PAGE_ALIGN((unsigned long)state->sp);
/linux-master/arch/x86/kvm/svm/
H A Dnested.c250 u64 addr = PAGE_ALIGN(pa);
/linux-master/arch/x86/mm/
H A Dinit.c896 begin_aligned = PAGE_ALIGN(begin);
987 * So here We can do PAGE_ALIGN() safely to get partial page to be freed
989 free_init_pages("initrd", start, PAGE_ALIGN(end));
H A Dioremap.c226 size = PAGE_ALIGN(last_addr+1) - phys_addr;
H A Dmem_encrypt_amd.c60 unsigned long npages = PAGE_ALIGN(sz) >> PAGE_SHIFT;
H A Dmem_encrypt_identity.c336 initrd_end = PAGE_ALIGN(initrd_start + initrd_len);
H A Dmmap.c105 return PAGE_ALIGN(task_size - gap - rnd);
/linux-master/arch/x86/power/
H A Dhibernate.c52 nosave_end_pfn = PAGE_ALIGN(__pa_symbol(&__nosave_end)) >> PAGE_SHIFT;
/linux-master/arch/x86/realmode/
H A Dinit.c97 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob);
188 size_t size = PAGE_ALIGN(real_mode_blob_end - real_mode_blob);
191 PAGE_ALIGN(real_mode_header->ro_end) -
195 PAGE_ALIGN(real_mode_header->ro_end) -
/linux-master/arch/x86/xen/
H A Denlighten_pvh.c134 next->addr = PAGE_ALIGN(e->addr) + PFN_PHYS(pages);
H A Dmmu_pv.c1146 size = PAGE_ALIGN(xen_start_info->nr_pages * sizeof(unsigned long));
1167 size = PAGE_ALIGN(xen_start_info->nr_pages *
1901 size = PAGE_ALIGN(xen_start_info->nr_pages * sizeof(unsigned long));
H A Dsetup.c545 start = PAGE_ALIGN(start);
/linux-master/arch/xtensa/kernel/
H A Dsyscall.c81 addr = PAGE_ALIGN(addr);
/linux-master/drivers/accel/habanalabs/common/
H A Dmemory.c2394 PAGE_ALIGN(addr + size) < (addr + size)) {
2408 end = PAGE_ALIGN(addr + size);
/linux-master/drivers/accel/ivpu/
H A Divpu_fw.c192 fw->shave_nn_size = PAGE_ALIGN(fw_hdr->shave_nn_fw_size);
H A Divpu_gem.c264 u64 size = PAGE_ALIGN(args->size);
/linux-master/drivers/accel/qaic/
H A Dqaic_data.c689 size = PAGE_ALIGN(args->size);
/linux-master/drivers/acpi/apei/
H A Dghes.c207 addr = (unsigned long)vmalloc(PAGE_ALIGN(len));
211 rc = gen_pool_add(ghes_estatus_pool, addr, PAGE_ALIGN(len), -1);
/linux-master/drivers/acpi/arm64/
H A Diort.c836 size = PAGE_ALIGN(size + offset_in_page(rmr_desc->base_address));
/linux-master/drivers/android/
H A Dbinder_alloc.c277 final = PAGE_ALIGN(buffer->user_data + size);
506 curr_last_page = PAGE_ALIGN(buffer->user_data + size);
507 binder_lru_freelist_del(alloc, PAGE_ALIGN(buffer->user_data),
687 binder_lru_freelist_add(alloc, PAGE_ALIGN(buffer->user_data),
H A Dbinder_alloc_selftest.c104 end = PAGE_ALIGN(buffer->user_data + size);
/linux-master/drivers/base/firmware_loader/
H A Dsysfs.c300 PAGE_ALIGN(min_size) >> PAGE_SHIFT);
/linux-master/drivers/block/zram/
H A Dzram_drv.c259 zram->limit_pages = PAGE_ALIGN(limit) >> PAGE_SHIFT;
2029 disksize = PAGE_ALIGN(disksize);
/linux-master/drivers/crypto/ccp/
H A Dsev-dev.c684 npages = PAGE_ALIGN(desc->len) >> PAGE_SHIFT;
702 npages = PAGE_ALIGN(desc->len) >> PAGE_SHIFT;
1074 size = PAGE_ALIGN((rs->end + 1) - rs->start);
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c5246 qp_dma_size = PAGE_ALIGN(qp_dma_size) + PAGE_SIZE;

Completed in 638 milliseconds

1234567891011>>