Searched refs:vmid (Results 1 – 6 of 6) sorted by relevance
231 uint32_t vmid = 0; in trusty_smc_handler() local266 vmid = SMC_GET_GP(handle, CTX_GPREG_X7); in trusty_smc_handler()268 if ((current_vmid != 0) && (current_vmid != vmid)) { in trusty_smc_handler()276 current_vmid = vmid; in trusty_smc_handler()
176 unsigned int vmid; member
121 unsigned int vmid; member
1239 def advance_hard(vmid=(m-1)/2.0, hmid=(n-1)/2.0, len=len): argument1252 d = (i1 - vmid)**2 + (j1 - hmid)**2