*参照元 [#yeb8110d]
#backlinks

*説明 [#k79641a1]
-パス: [[linux-4.4.1/arch/arm/include/asm/outercache.h]]

-FIXME: これは何?
--説明


**参考 [#n6ede987]


*実装 [#z11ff59d]
 struct outer_cache_fns {
         void (*inv_range)(unsigned long, unsigned long);
         void (*clean_range)(unsigned long, unsigned long);
         void (*flush_range)(unsigned long, unsigned long);
         void (*flush_all)(void);
         void (*disable)(void);
 #ifdef CONFIG_OUTER_CACHE_SYNC
-
--[[linux-4.4.1/CONFIG_OUTER_CACHE_SYNC]]

         void (*sync)(void);
 #endif
         void (*resume)(void);
 
         /* This is an ARM L2C thing */
         void (*write_sec)(unsigned long, unsigned);
         void (*configure)(const struct l2x0_regs *);
-
--[[linux-4.4.1/l2x0_regs]]

 };


*コメント [#rbab5adb]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS