Home
last modified time | relevance | path

Searched refs:tmp_table (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/kernel/
Dfpsimd.c361 struct ctl_table tmp_table = { in sve_proc_do_default_vl() local
366 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in sve_proc_do_default_vl()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch49249 + struct partitions *tmp_table = NULL;
49252 + tmp_table = pt_fmt->partitions;
49262 + if (tmp_table[i].mask_flags == STORE_CODE) {
49264 + tmp_table[i].name,
49267 + part_table[part_num].size = tmp_table[i].size;
49268 + part_table[part_num].offset = tmp_table[i].offset;
49271 + tmp_table[i].mask_flags;
49276 + if (tmp_table[i].mask_flags == STORE_CACHE) {
49278 + tmp_table[i].name,
49281 + part_table[part_num].size = tmp_table[i].size;
[all …]