Home
last modified time | relevance | path

Searched refs:CSR_SSP (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/riscv/cfi/
H A Dshadowstack.c30 ssp = csr_read(CSR_SSP); in zar()
50 ssp = csr_read(CSR_SSP); in zar_child()
H A Dcfi_rv_test.h57 #define CSR_SSP 0x011 macro
/linux/Documentation/arch/riscv/
H A Dzicfiss.rst146 ``CSR_SSP``. This will change the active shadow stack for the
147 program. Writes to ``CSR_SSP`` in the program should be mostly
150 Go and Rust. CSR_SSP writes can be problematic because an attacker can
165 to ``CSR_SSP`` to switch shadow stacks.
/linux/arch/riscv/kernel/
H A Dentry.S104 csrrw \tmp, CSR_SSP, x0; \
118 csrw CSR_SSP, \tmp; \
/linux/arch/riscv/include/asm/
H A Dcsr.h336 #define CSR_SSP 0x011 macro