Searched refs:V0 (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/mips/kvm/ |
H A D | entry.c | 25 #define V0 2 macro 233 uasm_i_mfc0(&p, V0, C0_STATUS); in kvm_mips_build_vcpu_run() 234 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1); in kvm_mips_build_vcpu_run() 272 uasm_i_andi(&p, V0, V0, ST0_IM); in kvm_mips_build_vcpu_run() 273 uasm_i_or(&p, K0, K0, V0); in kvm_mips_build_vcpu_run() 679 uasm_i_mfc0(&p, V0, C0_STATUS); in kvm_mips_build_exit() 682 uasm_i_or(&p, K0, V0, AT); in kvm_mips_build_exit() 697 uasm_i_and(&p, V1, V0, AT); in kvm_mips_build_exit() 771 uasm_i_and(&p, V0, V in kvm_mips_build_exit() [all...] |
/kernel/linux/linux-6.6/arch/mips/kvm/ |
H A D | entry.c | 25 #define V0 2 macro 227 uasm_i_mfc0(&p, V0, C0_STATUS); in kvm_mips_build_vcpu_run() 228 UASM_i_SW(&p, V0, offsetof(struct pt_regs, cp0_status), K1); in kvm_mips_build_vcpu_run() 266 uasm_i_andi(&p, V0, V0, ST0_IM); in kvm_mips_build_vcpu_run() 267 uasm_i_or(&p, K0, K0, V0); in kvm_mips_build_vcpu_run() 642 uasm_i_mfc0(&p, V0, C0_STATUS); in kvm_mips_build_exit() 645 uasm_i_or(&p, K0, V0, AT); in kvm_mips_build_exit() 660 uasm_i_and(&p, V1, V0, AT); in kvm_mips_build_exit() 732 uasm_i_and(&p, V0, V in kvm_mips_build_exit() [all...] |
/kernel/linux/linux-6.6/lib/ |
H A D | test_dynamic_debug.c | 85 enum cat_level_num { V0 = 14, V1, V2, V3, V4, V5, V6, V7 }; enumerator 87 "V0", "V1", "V2", "V3", "V4", "V5", "V6", "V7");
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
H A D | prng.c | 268 static const u8 V0[] __initconst = { in prng_sha512_selftest() 342 if (memcmp(ws.V, V0, sizeof(V0)) != 0 in prng_sha512_selftest()
|
/kernel/linux/linux-6.6/arch/s390/crypto/ |
H A D | prng.c | 268 static const u8 V0[] __initconst = { in prng_sha512_selftest() 342 if (memcmp(ws.V, V0, sizeof(V0)) != 0 in prng_sha512_selftest()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 834 s_mov_b32 exec_hi, 0xFFFFFFFF //restore back exec_hi before restoring V0!!
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 950 s_mov_b32 exec_hi, 0xFFFFFFFF //restore back exec_hi before restoring V0!!
|
Completed in 8 milliseconds