404

[ Avaa Bypassed ]




Upload:

Command:

botdev@3.136.11.217: ~ $
/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
/*
 * based on the mips/cachectl.h
 *
 * Copyright 2010 Analog Devices Inc.
 * Copyright (C) 1994, 1995, 1996 by Ralf Baechle
 *
 * Licensed under the GPL-2 or later.
 */

#ifndef _UAPI_ASM_CACHECTL
#define _UAPI_ASM_CACHECTL

/*
 * Options for cacheflush system call
 */
#define	ICACHE	(1<<0)		/* flush instruction cache        */
#define	DCACHE	(1<<1)		/* writeback and flush data cache */
#define	BCACHE	(ICACHE|DCACHE)	/* flush both caches              */

#endif /* _UAPI_ASM_CACHECTL */

Filemanager

Name Type Size Permission Actions
Kbuild File 573 B 0644
bfin_sport.h File 5.05 KB 0644
byteorder.h File 221 B 0644
cachectl.h File 557 B 0644
fcntl.h File 485 B 0644
fixed_code.h File 1.25 KB 0644
ioctls.h File 234 B 0644
poll.h File 336 B 0644
posix_types.h File 852 B 0644
ptrace.h File 3.13 KB 0644
sigcontext.h File 1.39 KB 0644
siginfo.h File 1.26 KB 0644
signal.h File 229 B 0644
stat.h File 1.42 KB 0644
swab.h File 1.11 KB 0644
unistd.h File 12.07 KB 0644