Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/arm64/
H A Darm64_hypercall.c273 const ml_topology_info_t *tip = ml_get_topology_info(); in hvg_hc_kick_cpu() local
274 assert(cpu_id < tip->num_cpus); in hvg_hc_kick_cpu()
276 const uint32_t phys_id = tip->cpus[cpu_id].phys_id; in hvg_hc_kick_cpu()
/xnu-10002.81.5/tools/lldbmacros/
H A DREADME.md155 Following is a step by step guideline on how to add a new command ( e.g showtaskvme ). [extra tip: …