File manager - Edit - /home/newsbmcs.com/public_html/static/img/logo/cachectl.h.tar
Back
usr/src/linux-headers-5.15.0-133/arch/m68k/include/uapi/asm/cachectl.h 0000644 00000001057 15030124045 0020523 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _M68K_CACHECTL_H #define _M68K_CACHECTL_H /* Definitions for the cacheflush system call. */ #define FLUSH_SCOPE_LINE 1 /* Flush a cache line */ #define FLUSH_SCOPE_PAGE 2 /* Flush a page */ #define FLUSH_SCOPE_ALL 3 /* Flush the whole cache -- superuser only */ #define FLUSH_CACHE_DATA 1 /* Writeback and flush data cache */ #define FLUSH_CACHE_INSN 2 /* Flush instruction cache */ #define FLUSH_CACHE_BOTH 3 /* Flush both caches */ #endif /* _M68K_CACHECTL_H */ usr/src/linux-headers-5.15.0-133/arch/arc/include/uapi/asm/cachectl.h 0000644 00000001400 15030146352 0020500 0 ustar 00 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __ARC_ASM_CACHECTL_H #define __ARC_ASM_CACHECTL_H /* * ARC ABI flags defined for Android's finegrained cacheflush requirements */ #define CF_I_INV 0x0002 #define CF_D_FLUSH 0x0010 #define CF_D_FLUSH_INV 0x0020 #define CF_DEFAULT (CF_I_INV | CF_D_FLUSH) /* * Standard flags expected by cacheflush system call users */ #define ICACHE CF_I_INV #define DCACHE CF_D_FLUSH #define BCACHE (CF_I_INV | CF_D_FLUSH) #endif
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings