Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-interrupt.c1094 void *low_level_loc; in cvmx_interrupt_initialize() local
1170low_level_loc = CASTPTR(void, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0,sys_info_ptr->exception_base_… in cvmx_interrupt_initialize()
1171 memcpy(low_level_loc + 0x80, (void*)cvmx_interrupt_stage1, 0x80); in cvmx_interrupt_initialize()
1172 memcpy(low_level_loc + 0x100, (void*)cvmx_interrupt_cache_error, 0x80); in cvmx_interrupt_initialize()
1173 memcpy(low_level_loc + 0x180, (void*)cvmx_interrupt_stage1, 0x80); in cvmx_interrupt_initialize()
1174 memcpy(low_level_loc + 0x200, (void*)cvmx_interrupt_stage1, 0x80); in cvmx_interrupt_initialize()