Searched defs:regnr (Results 1 – 5 of 5) sorted by relevance
/arch/x86/math-emu/ |
D | fpu_tags.c | 34 int FPU_gettag(int regnr) in FPU_gettag() 41 int regnr = top; in FPU_settag0() local 49 int regnr = stnr + top; in FPU_settagi() local 55 void FPU_settag(int regnr, int tag) in FPU_settag() 83 int regnr = (top + stnr) & 7; in FPU_empty_i() local 109 int regnr = top; in FPU_copy_to_reg0() local
|
D | fpu_aux.c | 137 int regnr = top & 7, regnri = ((regnr + i) & 7); in fxch_i() local 180 int regnr = top & 7; in fcmovCC() local
|
D | fpu_entry.c | 646 int offset, other, i, tags, regnr, tag, newtop; in fpregs_soft_set() local
|
D | reg_ld_str.c | 1122 int i, regnr; in FPU_frstor() local
|
/arch/arm64/kvm/hyp/nvhe/ |
D | hyp-main.c | 719 #define get_current_vcpu(ctxt, regnr, statepp) \ argument 725 #define get_current_vcpu_from_cpu_if(ctxt, regnr, statepp) \ argument
|