Home
last modified time | relevance | path

Searched refs:PAGE_ALIGNED (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/virt/kvm/arm/
Dvgic-v2.c225 if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v2_probe()
232 if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v2_probe()
Dvgic-v3.c255 } else if (!PAGE_ALIGNED(vcpu_res.start)) { in vgic_v3_probe()
259 } else if (!PAGE_ALIGNED(resource_size(&vcpu_res))) { in vgic_v3_probe()
/linux-4.1.27/drivers/gpu/drm/msm/
Dmsm_iommu.c104 BUG_ON(!PAGE_ALIGNED(bytes)); in msm_iommu_unmap()
/linux-4.1.27/arch/arm64/kernel/
Defi.c261 !PAGE_ALIGNED(md->phys_addr)) in efi_virtmap_init()
/linux-4.1.27/mm/kasan/
Dkasan.c423 if (WARN_ON(!PAGE_ALIGNED(shadow_start))) in kasan_module_alloc()
/linux-4.1.27/mm/
Dvmalloc.c1458 if (WARN(!PAGE_ALIGNED(addr), "Trying to vfree() bad address (%p)\n", in __vunmap()
2153 if (!PAGE_ALIGNED(uaddr) || !PAGE_ALIGNED(kaddr)) in remap_vmalloc_range_partial()
Dpercpu.c334 if (!PAGE_ALIGNED(off) && i > 0) { in pcpu_count_occupied_pages()
341 if (!PAGE_ALIGNED(end) && i + 1 < chunk->map_used) { in pcpu_count_occupied_pages()
/linux-4.1.27/drivers/of/
Dfdt.c966 if (!PAGE_ALIGNED(base)) { in early_init_dt_add_memory_arch()
/linux-4.1.27/drivers/target/
Dtarget_core_user.c859 WARN_ON(!PAGE_ALIGNED(udev->data_off)); in tcmu_configure_device()
/linux-4.1.27/drivers/tty/serial/
Datmel_serial.c856 BUG_ON(!PAGE_ALIGNED(port->state->xmit.buf)); in atmel_prepare_tx_dma()
1036 BUG_ON(!PAGE_ALIGNED(ring->buf)); in atmel_prepare_rx_dma()
/linux-4.1.27/arch/x86/kvm/
Dvmx.c6528 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) { in nested_vmx_check_vmptr()
6546 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) { in nested_vmx_check_vmptr()
6561 if (!PAGE_ALIGNED(vmptr) || (vmptr >> maxphyaddr)) { in nested_vmx_check_vmptr()
8666 if (!PAGE_ALIGNED(vmcs12->apic_access_addr) || in nested_get_vmcs12_pages()
8683 if (!PAGE_ALIGNED(vmcs12->virtual_apic_page_addr) || in nested_get_vmcs12_pages()
8772 if (!PAGE_ALIGNED(vmcs12->msr_bitmap) || in nested_vmx_check_msr_bitmap_controls()
/linux-4.1.27/include/linux/
Dmm.h89 #define PAGE_ALIGNED(addr) IS_ALIGNED((unsigned long)addr, PAGE_SIZE) macro
/linux-4.1.27/net/netlink/
Daf_netlink.c428 if (!PAGE_ALIGNED(req->nm_block_size)) in netlink_set_ring()