Home
last modified time | relevance | path

Searched refs:others (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/arch/riscv/mm/
H A Dcacheflush.c41 cpumask_t others, *mask; in flush_icache_mm() local
57 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm()
58 local |= cpumask_empty(&others); in flush_icache_mm()
72 riscv_cpuid_to_hartid_mask(&others, &hartid_mask); in flush_icache_mm()
75 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dcacheflush.c42 cpumask_t others, *mask; in flush_icache_mm() local
58 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm()
59 local |= cpumask_empty(&others); in flush_icache_mm()
72 sbi_remote_fence_i(&others); in flush_icache_mm()
74 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
/kernel/linux/linux-5.10/arch/csky/abiv2/
H A Dcacheflush.c52 cpumask_t others, *mask; in flush_icache_mm_range() local
77 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range()
79 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range()
80 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
/kernel/linux/linux-6.6/arch/csky/abiv2/
H A Dcacheflush.c59 cpumask_t others, *mask; in flush_icache_mm_range() local
84 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range()
86 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range()
87 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/
H A Drkisp1-params.c896 &new_params->others.dpcc_config); in rkisp1_isp_isr_other_config()
915 &new_params->others.bls_config); in rkisp1_isp_isr_other_config()
934 &new_params->others.sdg_config); in rkisp1_isp_isr_other_config()
953 &new_params->others.lsc_config); in rkisp1_isp_isr_other_config()
972 &new_params->others.awb_gain_config); in rkisp1_isp_isr_other_config()
991 &new_params->others.bdm_config); in rkisp1_isp_isr_other_config()
1010 &new_params->others.flt_config); in rkisp1_isp_isr_other_config()
1029 &new_params->others.ctk_config); in rkisp1_isp_isr_other_config()
1041 &new_params->others.goc_config); in rkisp1_isp_isr_other_config()
1060 &new_params->others in rkisp1_isp_isr_other_config()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-params.c1255 &new_params->others.dpcc_config); in rkisp1_isp_isr_other_config()
1271 &new_params->others.bls_config); in rkisp1_isp_isr_other_config()
1287 &new_params->others.sdg_config); in rkisp1_isp_isr_other_config()
1302 params->ops->awb_gain_config(params, &new_params->others.awb_gain_config); in rkisp1_isp_isr_other_config()
1318 &new_params->others.bdm_config); in rkisp1_isp_isr_other_config()
1334 &new_params->others.flt_config); in rkisp1_isp_isr_other_config()
1350 &new_params->others.ctk_config); in rkisp1_isp_isr_other_config()
1357 params->ops->goc_config(params, &new_params->others.goc_config); in rkisp1_isp_isr_other_config()
1373 &new_params->others.cproc_config); in rkisp1_isp_isr_other_config()
1388 rkisp1_ie_config(params, &new_params->others in rkisp1_isp_isr_other_config()
[all...]
/kernel/linux/linux-5.10/drivers/regulator/
H A Dmax8997-regulator.c573 int others; in max8997_assess_side_effect() local
581 for (others = 0; others < 3; others++) { in max8997_assess_side_effect()
584 if (others == rid) in max8997_assess_side_effect()
586 if (buckx_gpiodvs[others] == false) in max8997_assess_side_effect()
588 diff = (buckx_val[others])[i] - in max8997_assess_side_effect()
589 (buckx_val[others])[max8997->buck125_gpioindex]; in max8997_assess_side_effect()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dmax8997-regulator.c573 int others; in max8997_assess_side_effect() local
581 for (others = 0; others < 3; others++) { in max8997_assess_side_effect()
584 if (others == rid) in max8997_assess_side_effect()
586 if (buckx_gpiodvs[others] == false) in max8997_assess_side_effect()
588 diff = (buckx_val[others])[i] - in max8997_assess_side_effect()
589 (buckx_val[others])[max8997->buck125_gpioindex]; in max8997_assess_side_effect()
/kernel/linux/linux-5.10/scripts/package/
H A Dmkdebian158 Copyright: 1991 - 2018 Linus Torvalds and others.
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h58 bnez t1, 5f # Skip WAR for others.
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h58 bnez t1, 5f # Skip WAR for others.
/kernel/linux/linux-5.10/include/linux/sunrpc/
H A Dcache.h106 struct list_head others; member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A Dcache.h110 struct list_head others; member
/kernel/linux/linux-6.6/scripts/package/
H A Dmkdebian198 Copyright: 1991 - 2018 Linus Torvalds and others.
/kernel/linux/linux-5.10/arch/m68k/math-emu/
H A Dfp_entry.S110 | directly, others are on the stack, as we read/write the stack
/kernel/linux/linux-6.6/arch/m68k/math-emu/
H A Dfp_entry.S110 | directly, others are on the stack, as we read/write the stack
/kernel/linux/linux-5.10/drivers/staging/media/rkisp1/uapi/
H A Drkisp1-config.h756 * @others: other config
764 struct rkisp1_cif_isp_isp_other_cfg others; member
/kernel/linux/linux-6.6/include/uapi/linux/
H A Drkisp1-config.h839 * @others: other config
847 struct rkisp1_cif_isp_isp_other_cfg others; member
/kernel/linux/linux-5.10/net/sunrpc/
H A Dcache.c393 list_add(&cd->others, &cache_list); in sunrpc_init_cache_detail()
408 list_del_init(&cd->others); in sunrpc_destroy_cache_detail()
435 next = current_detail->others.next; in cache_clean()
443 current_detail = list_entry(next, struct cache_detail, others); in cache_clean()
/kernel/linux/linux-6.6/net/sunrpc/
H A Dcache.c395 list_add(&cd->others, &cache_list); in sunrpc_init_cache_detail()
410 list_del_init(&cd->others); in sunrpc_destroy_cache_detail()
437 next = current_detail->others.next; in cache_clean()
445 current_detail = list_entry(next, struct cache_detail, others); in cache_clean()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm247 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
H A Dcwsr_trap_handler_gfx10.asm230 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx9.asm280 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)
H A Dcwsr_trap_handler_gfx10.asm268 // ttmp[2:5] and ttmp12 can be used (others hold SPI-initialized debug data)

Completed in 26 milliseconds