Searched refs:STUB_BUF_CPU_OFFS (Results 1 – 1 of 1) sorted by relevance
599 #define STUB_BUF_CPU_OFFS(cpu) (((cpu) & (STUBS_PER_PAGE - 1)) * STUB_BUF_SIZE) macro669 memset(stub_page + STUB_BUF_CPU_OFFS(cpu), 0xcc, STUB_BUF_SIZE); in cpu_smpboot_free()746 per_cpu(stubs.addr, cpu) = stub_page + STUB_BUF_CPU_OFFS(cpu); in cpu_smpboot_alloc()
Completed in 3 milliseconds