Searched refs:s_index (Results 1 – 3 of 3) sorted by relevance
/linux/arch/loongarch/lib/ |
H A D | dump_tlb.c | 33 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/arch/mips/lib/ |
H A D | dump_tlb.c | 70 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/mm/ |
H A D | percpu.c | 717 int s_index, l_bit; in pcpu_block_update_scan() local 723 s_index = pcpu_off_to_block_index(bit_off); in pcpu_block_update_scan() 724 block = chunk->md_blocks + s_index; in pcpu_block_update_scan() 727 l_bit = find_last_bit(pcpu_index_alloc_map(chunk, s_index), s_off); in pcpu_block_update_scan() 814 int s_index, e_index; /* block indexes of the freed allocation */ in pcpu_block_update_hint_alloc() local 823 s_index = pcpu_off_to_block_index(bit_off); in pcpu_block_update_hint_alloc() 828 s_block = chunk->md_blocks + s_index; in pcpu_block_update_hint_alloc() 844 pcpu_index_alloc_map(chunk, s_index), in pcpu_block_update_hint_alloc() 862 pcpu_block_refresh_hint(chunk, s_index); in pcpu_block_update_hint_alloc() 866 if (s_index == e_index) in pcpu_block_update_hint_alloc() [all …]
|