~xnox/ubuntu/trusty/gcc-arm-linux-androideabi/dima

« back to all changes in this revision

Viewing changes to android/bionic/libc/kernel/arch-mips/asm/cacheops.h

  • Committer: Package Import Robot
  • Author(s): Dmitrijs Ledkovs
  • Date: 2013-07-05 10:12:24 UTC
  • Revision ID: package-import@ubuntu.com-20130705101224-6qo3e8jbz8p31aa1
Tags: upstream-0.20130705.1
ImportĀ upstreamĀ versionĀ 0.20130705.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/****************************************************************************
 
2
 ****************************************************************************
 
3
 ***
 
4
 ***   This header was automatically generated from a Linux kernel header
 
5
 ***   of the same name, to make information necessary for userspace to
 
6
 ***   call into the kernel available to libc.  It contains only constants,
 
7
 ***   structures, and macros generated from the original header, and thus,
 
8
 ***   contains no copyrightable information.
 
9
 ***
 
10
 ***   To edit the content of this header, modify the corresponding
 
11
 ***   source file (e.g. under external/kernel-headers/original/) then
 
12
 ***   run bionic/libc/kernel/tools/update_all.py
 
13
 ***
 
14
 ***   Any manual change here will be lost the next time this script will
 
15
 ***   be run. You've been warned!
 
16
 ***
 
17
 ****************************************************************************
 
18
 ****************************************************************************/
 
19
#ifndef __ASM_CACHEOPS_H
 
20
#define __ASM_CACHEOPS_H
 
21
#define Index_Invalidate_I 0x00
 
22
#define Index_Writeback_Inv_D 0x01
 
23
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
24
#define Index_Load_Tag_I 0x04
 
25
#define Index_Load_Tag_D 0x05
 
26
#define Index_Store_Tag_I 0x08
 
27
#define Index_Store_Tag_D 0x09
 
28
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
29
#define Hit_Invalidate_I 0x10
 
30
#define Hit_Invalidate_D 0x11
 
31
#define Hit_Writeback_Inv_D 0x15
 
32
#define Create_Dirty_Excl_D 0x0d
 
33
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
34
#define Fill 0x14
 
35
#define Hit_Writeback_I 0x18
 
36
#define Hit_Writeback_D 0x19
 
37
#define Index_Invalidate_SI 0x02
 
38
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
39
#define Index_Writeback_Inv_SD 0x03
 
40
#define Index_Load_Tag_SI 0x06
 
41
#define Index_Load_Tag_SD 0x07
 
42
#define Index_Store_Tag_SI 0x0A
 
43
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
44
#define Index_Store_Tag_SD 0x0B
 
45
#define Create_Dirty_Excl_SD 0x0f
 
46
#define Hit_Invalidate_SI 0x12
 
47
#define Hit_Invalidate_SD 0x13
 
48
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
49
#define Hit_Writeback_Inv_SD 0x17
 
50
#define Hit_Writeback_SD 0x1b
 
51
#define Hit_Set_Virtual_SI 0x1e
 
52
#define Hit_Set_Virtual_SD 0x1f
 
53
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
54
#define R5K_Page_Invalidate_S 0x17
 
55
#define Page_Invalidate_T 0x16
 
56
#define Index_Writeback_Inv_S 0x03
 
57
#define Index_Load_Tag_S 0x07
 
58
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
59
#define Index_Store_Tag_S 0x0B
 
60
#define Hit_Invalidate_S 0x13
 
61
#define Cache_Barrier 0x14
 
62
#define Hit_Writeback_Inv_S 0x17
 
63
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
64
#define Index_Load_Data_I 0x18
 
65
#define Index_Load_Data_D 0x19
 
66
#define Index_Load_Data_S 0x1b
 
67
#define Index_Store_Data_I 0x1c
 
68
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
 
69
#define Index_Store_Data_D 0x1d
 
70
#define Index_Store_Data_S 0x1f
 
71
#endif