/kernel/linux/linux-5.10/arch/mips/fw/lib/ |
H A D | cmdline.c | 25 if ((fw_arg0 >= CKSEG0) || (fw_arg1 < CKSEG0)) { in fw_init_cmdline() 34 if (fw_arg2 < CKSEG0) in fw_init_cmdline()
|
/kernel/linux/linux-5.10/arch/mips/dec/prom/ |
H A D | memory.c | 37 memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80); in pmax_setup_memory_region() 38 memcpy((void *)(CKSEG0 + 0x80), &genexcept_early, 0x80); in pmax_setup_memory_region() 50 memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80); in pmax_setup_memory_region()
|
/kernel/linux/linux-6.6/arch/mips/fw/lib/ |
H A D | cmdline.c | 25 if ((fw_arg0 >= CKSEG0) || (fw_arg1 < CKSEG0)) { in fw_init_cmdline() 34 if (fw_arg2 < CKSEG0) in fw_init_cmdline()
|
/kernel/linux/linux-6.6/arch/mips/dec/prom/ |
H A D | memory.c | 37 memcpy(&old_handler, (void *)(CKSEG0 + 0x80), 0x80); in pmax_setup_memory_region() 38 memcpy((void *)(CKSEG0 + 0x80), &genexcept_early, 0x80); in pmax_setup_memory_region() 50 memcpy((void *)(CKSEG0 + 0x80), &old_handler, 0x80); in pmax_setup_memory_region()
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | spram.c | 54 cache_op(Index_Store_Tag_I, CKSEG0|offset); in ispram_store_tag() 70 cache_op(Index_Load_Tag_I, CKSEG0 | offset); in ispram_load_tag() 89 cache_op(Index_Store_Tag_D, CKSEG0 | offset); in dspram_store_tag() 103 cache_op(Index_Load_Tag_D, CKSEG0 | offset); in dspram_load_tag()
|
H A D | pm-cps.c | 206 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_cache_routine() 212 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine() 289 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb()
|
/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | spram.c | 54 cache_op(Index_Store_Tag_I, CKSEG0|offset); in ispram_store_tag() 70 cache_op(Index_Load_Tag_I, CKSEG0 | offset); in ispram_load_tag() 89 cache_op(Index_Store_Tag_D, CKSEG0 | offset); in dspram_store_tag() 103 cache_op(Index_Load_Tag_D, CKSEG0 | offset); in dspram_load_tag()
|
H A D | pm-cps.c | 206 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_cache_routine() 212 UASM_i_LA(pp, t1, (long)(CKSEG0 + cache_size)); in cps_gen_cache_routine() 289 UASM_i_LA(pp, t0, (long)CKSEG0); in cps_gen_flush_fsb()
|
/kernel/linux/linux-5.10/arch/mips/lib/ |
H A D | uncached.c | 27 * 1. If the original address is in CKSEG0 or CKSEG1, then the uncached 47 if (sp >= (long)CKSEG0 && sp < (long)CKSEG2) in run_uncached() 59 if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2) in run_uncached()
|
H A D | dump_tlb.c | 128 * CKSEG0. in dump_tlb() 130 if ((entryhi & ~0x1ffffUL) == CKSEG0) in dump_tlb()
|
/kernel/linux/linux-6.6/arch/mips/lib/ |
H A D | uncached.c | 27 * 1. If the original address is in CKSEG0 or CKSEG1, then the uncached 47 if (sp >= (long)CKSEG0 && sp < (long)CKSEG2) in run_uncached() 59 if (lfunc >= (long)CKSEG0 && lfunc < (long)CKSEG2) in run_uncached()
|
H A D | dump_tlb.c | 120 * CKSEG0. in dump_tlb() 122 if ((entryhi & ~0x1ffffUL) == CKSEG0) in dump_tlb()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
H A D | addrspace.h | 68 #define CKSEG0 _CONST64_(0xffffffff80000000) macro 73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) 104 #define CKSEG0 0x80000000 macro
|
H A D | tlb.h | 11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
|
H A D | page.h | 179 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()
|
/kernel/linux/linux-6.6/arch/mips/include/asm/ |
H A D | addrspace.h | 68 #define CKSEG0 _CONST64_(0xffffffff80000000) macro 73 #define CKSEG0ADDR(a) (CPHYSADDR(a) | CKSEG0) 104 #define CKSEG0 0x80000000 macro
|
H A D | tlb.h | 11 #define UNIQUE_ENTRYHI(idx) _UNIQUE_ENTRYHI(CKSEG0, idx)
|
H A D | page.h | 179 return x < CKSEG0 ? XPHYSADDR(x) : CPHYSADDR(x); in ___pa()
|
/kernel/linux/linux-5.10/arch/mips/sgi-ip27/ |
H A D | ip27-init.c | 64 (void *)CKSEG0, 0x200); in per_hub_init()
|
/kernel/linux/linux-5.10/arch/mips/dec/ |
H A D | kn01-berr.c | 105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
|
/kernel/linux/linux-6.6/arch/mips/dec/ |
H A D | kn01-berr.c | 105 if (KSEGX(vaddr) == CKSEG0 || KSEGX(vaddr) == CKSEG1) in dec_kn01_be_backend()
|
/kernel/linux/linux-6.6/arch/mips/sgi-ip27/ |
H A D | ip27-init.c | 64 (void *)CKSEG0, 0x200); in per_hub_init()
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | page.c | 635 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0) in clear_page() 661 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0 in copy_page() 662 || (long)KSEGX((unsigned long)from) != (long)CKSEG0) in copy_page()
|
/kernel/linux/linux-6.6/arch/mips/mm/ |
H A D | page.c | 636 if ((long)KSEGX((unsigned long)page) != (long)CKSEG0) in clear_page() 662 if ((long)KSEGX((unsigned long)to) != (long)CKSEG0 in copy_page() 663 || (long)KSEGX((unsigned long)from) != (long)CKSEG0) in copy_page()
|
/kernel/linux/linux-6.6/arch/mips/txx9/generic/ |
H A D | setup.c | 114 if (fw_arg0 >= CKSEG0 || fw_arg1 < CKSEG0) { in prom_init_cmdline() 287 if (fw_arg2 < CKSEG0) in prom_getenv()
|