Home
last modified time | relevance | path

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

/arch/mips/cavium-octeon/executive/
Dcvmx-bootmem.c228 req_size = (req_size + (CVMX_BOOTMEM_ALIGNMENT_SIZE - 1)) & in cvmx_bootmem_phy_alloc()
229 ~(CVMX_BOOTMEM_ALIGNMENT_SIZE - 1); in cvmx_bootmem_phy_alloc()
247 if (alignment < CVMX_BOOTMEM_ALIGNMENT_SIZE) in cvmx_bootmem_phy_alloc()
248 alignment = CVMX_BOOTMEM_ALIGNMENT_SIZE; in cvmx_bootmem_phy_alloc()
674 size = ALIGN(size, CVMX_BOOTMEM_ALIGNMENT_SIZE); in cvmx_bootmem_phy_named_block_alloc()
/arch/mips/include/asm/octeon/
Dcvmx-bootmem.h42 #define CVMX_BOOTMEM_ALIGNMENT_SIZE (16ull) macro