Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/gfx/vr/service/osvr/Util/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

Quelle  flush_icache.S   Sprache: unbekannt

 
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2017 SiFive
 */


#include <linux/linkage.h>
#include <asm/unistd.h>

 .text
/* int __vdso_flush_icache(void *start, void *end, unsigned long flags); */
SYM_FUNC_START(__vdso_flush_icache)
 .cfi_startproc
#ifdef CONFIG_SMP
 li a7, __NR_riscv_flush_icache
 ecall
#else
 fence.i
 li a0, 0
#endif
 ret
 .cfi_endproc
SYM_FUNC_END(__vdso_flush_icache)

Messung V0.5 in Prozent
C=94 H=89 G=91

[zur Elbe Produktseite wechseln0.3QuellennavigatorsAnalyse erneut starten2026-06-07]