Home
last modified time | relevance | path

Searched refs:PERCPU_BASE_KS (Results 1 – 6 of 6) sorted by relevance

/linux/arch/loongarch/power/
H A Dhibernate.c23 saved_pcpu_base = csr_read64(PERCPU_BASE_KS); in save_processor_state()
36 csr_write64(saved_pcpu_base, PERCPU_BASE_KS); in restore_processor_state()
/linux/arch/loongarch/kernel/
H A Dentry.S24 csrrd t0, PERCPU_BASE_KS
H A Dhead.S79 csrwr zero, PERCPU_BASE_KS
/linux/arch/loongarch/include/asm/
H A Dstackframe.h109 csrrd t0, PERCPU_BASE_KS
177 csrrd u0, PERCPU_BASE_KS
H A Dpercpu.h30 csr_write64(off, PERCPU_BASE_KS); in set_my_cpu_offset()
H A Dloongarch.h469 #define PERCPU_BASE_KS LOONGARCH_CSR_KS3 macro