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

/linux-master/arch/loongarch/lib/
H A Ddump_tlb.c33 unsigned int s_index, s_asid; local
41 s_index = read_csr_tlbidx();
104 write_csr_tlbidx(s_index);
/linux-master/arch/mips/lib/
H A Ddump_tlb.c70 unsigned int s_index, s_pagemask, s_guestctl1 = 0; local
87 s_index = read_c0_index();
182 write_c0_index(s_index);
/linux-master/mm/
H A Dpercpu.c717 int s_index, l_bit; local
723 s_index = pcpu_off_to_block_index(bit_off);
724 block = chunk->md_blocks + s_index;
727 l_bit = find_last_bit(pcpu_index_alloc_map(chunk, s_index), s_off);
814 int s_index, e_index; /* block indexes of the freed allocation */ local
823 s_index = pcpu_off_to_block_index(bit_off);
828 s_block = chunk->md_blocks + s_index;
844 pcpu_index_alloc_map(chunk, s_index),
862 pcpu_block_refresh_hint(chunk, s_index);
866 if (s_index
968 int s_index, e_index; /* block indexes of the freed allocation */ local
[all...]

Completed in 116 milliseconds