Searched full:svvptc (Results 1 – 3 of 3) sorted by relevance
/linux/arch/riscv/mm/ |
H A 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/arch/riscv/include/asm/ |
H A 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/arch/riscv/kernel/ |
H A D | cpufeature.c | 409 __RISCV_ISA_EXT_DATA(svvptc, RISCV_ISA_EXT_SVVPTC),
|