coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
cache.h File Reference
#include <cpu/x86/cache.h>
Include dependency graph for cache.h:

Go to the source code of this file.

Functions

static void dcache_clean_invalidate_all (void)
 
static void dcache_clean_all (void)
 
static void dcache_invalidate_all (void)
 

Function Documentation

◆ dcache_clean_all()

static void dcache_clean_all ( void  )
inlinestatic

Definition at line 14 of file cache.h.

References dcache_clean_invalidate_all().

Here is the call graph for this function:

◆ dcache_clean_invalidate_all()

static void dcache_clean_invalidate_all ( void  )
inlinestatic

Definition at line 9 of file cache.h.

References ENV_CACHE_AS_RAM, and wbinvd().

Here is the call graph for this function:

◆ dcache_invalidate_all()

static void dcache_invalidate_all ( void  )
inlinestatic

Definition at line 19 of file cache.h.

References ENV_CACHE_AS_RAM, and invd().

Here is the call graph for this function: