Home
last modified time | relevance | path

Searched refs:s_index (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/arch/loongarch/lib/ !
Ddump_tlb.c33 unsigned int s_index, s_asid; in dump_tlb() local
41 s_index = read_csr_tlbidx(); in dump_tlb()
104 write_csr_tlbidx(s_index); in dump_tlb()
/linux-6.1.9/arch/mips/lib/ !
Ddump_tlb.c70 unsigned int s_index, s_pagemask, s_guestctl1 = 0; in dump_tlb() local
87 s_index = read_c0_index(); in dump_tlb()
182 write_c0_index(s_index); in dump_tlb()
/linux-6.1.9/mm/ !
Dpercpu.c721 int s_index, l_bit; in pcpu_block_update_scan() local
727 s_index = pcpu_off_to_block_index(bit_off); in pcpu_block_update_scan()
728 block = chunk->md_blocks + s_index; in pcpu_block_update_scan()
731 l_bit = find_last_bit(pcpu_index_alloc_map(chunk, s_index), s_off); in pcpu_block_update_scan()
818 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_alloc() local
827 s_index = pcpu_off_to_block_index(bit_off); in pcpu_block_update_hint_alloc()
832 s_block = chunk->md_blocks + s_index; in pcpu_block_update_hint_alloc()
846 pcpu_index_alloc_map(chunk, s_index), in pcpu_block_update_hint_alloc()
864 pcpu_block_refresh_hint(chunk, s_index); in pcpu_block_update_hint_alloc()
868 if (s_index == e_index) in pcpu_block_update_hint_alloc()
[all …]