Searched full:svvptc (Results 1 – 6 of 6) sorted by relevance
/linux-6.14.4/arch/riscv/mm/ |
D | pgtable.c | 12 asm goto(ALTERNATIVE("nop", "j %l[svvptc]", 0, RISCV_ISA_EXT_SVVPTC, 1) in ptep_set_access_flags() 13 : : : : svvptc); in ptep_set_access_flags() 23 svvptc: in ptep_set_access_flags()
|
/linux-6.14.4/arch/riscv/include/asm/ |
D | pgtable.h | 500 asm goto(ALTERNATIVE("nop", "j %l[svvptc]", 0, RISCV_ISA_EXT_SVVPTC, 1) in update_mmu_cache_range() 501 : : : : svvptc); in update_mmu_cache_range() 513 svvptc:; in update_mmu_cache_range() 515 * Svvptc guarantees that the new valid pte will be visible within in update_mmu_cache_range()
|
/linux-6.14.4/Documentation/devicetree/bindings/riscv/ |
D | extensions.yaml | 220 - const: svvptc 222 The standard Svvptc supervisor-level extension for 225 riscv-svvptc.
|
/linux-6.14.4/tools/testing/selftests/kvm/riscv/ |
D | get-reg-list.c | 436 KVM_ISA_EXT_ARR(SVVPTC), in isa_ext_single_id_to_str() 976 KVM_ISA_EXT_SIMPLE_CONFIG(svvptc, SVVPTC);
|
/linux-6.14.4/arch/riscv/kernel/ |
D | cpufeature.c | 409 __RISCV_ISA_EXT_DATA(svvptc, RISCV_ISA_EXT_SVVPTC),
|
/linux-6.14.4/arch/riscv/kvm/ |
D | vcpu_onereg.c | 49 KVM_ISA_EXT_ARR(SVVPTC),
|