Searched refs:cvmx_app_id (Results 1 – 1 of 1) sorted by relevance
111 u64 cvmx_app_id; variable501 vptr = (u64 *)cvmx_bootmem_alloc_named_range_once(sizeof(cvmx_app_id), in cvmx_allocate_app_id()506 cvmx_app_id = __atomic_add_fetch(vptr, 1, __ATOMIC_SEQ_CST); in cvmx_allocate_app_id()508 debug("CVMX_APP_ID = %lx\n", (unsigned long)cvmx_app_id); in cvmx_allocate_app_id()509 return cvmx_app_id; in cvmx_allocate_app_id()514 if (cvmx_app_id == 0) in cvmx_get_app_id()516 return cvmx_app_id; in cvmx_get_app_id()
Completed in 7 milliseconds