Home
last modified time | relevance | path

Searched refs:CVMX_BOOTMEM_ALIGNMENT_SIZE (Results 1 – 2 of 2) sorted by relevance

/arch/mips/mach-octeon/
A Dcvmx-bootmem.c617 req_size = (req_size + (CVMX_BOOTMEM_ALIGNMENT_SIZE - 1)) & in cvmx_bootmem_phy_alloc()
618 ~(CVMX_BOOTMEM_ALIGNMENT_SIZE - 1); in cvmx_bootmem_phy_alloc()
621 for (align = CVMX_BOOTMEM_ALIGNMENT_SIZE; in cvmx_bootmem_phy_alloc()
670 if (ent_size < CVMX_BOOTMEM_ALIGNMENT_SIZE || in cvmx_bootmem_phy_alloc()
813 size = (size + (CVMX_BOOTMEM_ALIGNMENT_SIZE - 1)) & in __cvmx_bootmem_phy_free()
814 ~(CVMX_BOOTMEM_ALIGNMENT_SIZE - 1); in __cvmx_bootmem_phy_free()
1072 size = (size + (CVMX_BOOTMEM_ALIGNMENT_SIZE - 1)) & in cvmx_bootmem_phy_named_block_alloc()
1073 ~(CVMX_BOOTMEM_ALIGNMENT_SIZE - 1); in cvmx_bootmem_phy_named_block_alloc()
/arch/mips/mach-octeon/include/mach/
A Dcvmx-bootmem.h20 #define CVMX_BOOTMEM_ALIGNMENT_SIZE (16ull) macro

Completed in 7 milliseconds