Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
H A Dsmp-cps.c30 #define BEV_VEC_SIZE 0x500 macro
158 cps_vec_pa = memblock_phys_alloc_range(BEV_VEC_SIZE, BEV_VEC_ALIGN, in allocate_cps_vecs()
174 cps_vec_pa = memblock_phys_alloc_range(BEV_VEC_SIZE, BEV_VEC_ALIGN, 0, end); in allocate_cps_vecs()
206 …_inv_dcache_range(CKSEG0ADDR_OR_64BIT(cps_vec_pa), CKSEG0ADDR_OR_64BIT(cps_vec_pa) + BEV_VEC_SIZE); in setup_cps_vecs()
207 bc_inv(CKSEG0ADDR_OR_64BIT(cps_vec_pa), BEV_VEC_SIZE); in setup_cps_vecs()