Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-debug.c162 static void cvmx_debug_memcpy_align (void *dest, const void *src, int size) __attribute__ ((__noinl…
163 static void cvmx_debug_memcpy_align (void *dest, const void *src, int size) in cvmx_debug_memcpy_align() function
207 cvmx_debug_memcpy_align(cvmx_debug_globals->state, &state, sizeof(cvmx_debug_state_t)); in cvmx_debug_update_state()
213 cvmx_debug_memcpy_align(&state, cvmx_debug_globals->state, sizeof(cvmx_debug_state_t)); in cvmx_debug_get_state()
1319cvmx_debug_memcpy_align ((char *) context->regs, __cvmx_debug_save_regs_area, sizeof(context->regs… in cvmx_debug_save_core_context()
1374cvmx_debug_memcpy_align (__cvmx_debug_save_regs_area, (char *) context->regs, sizeof(context->regs… in cvmx_debug_restore_core_context()