| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A D | Smack.rst | 9 Smack is the Simplified Mandatory Access Control Kernel. 10 Smack is a kernel based implementation of mandatory access 13 Smack is not the only Mandatory Access Control scheme 14 available for Linux. Those new to Mandatory Access Control 33 access to systems that use them as Smack does. 50 load the Smack access rules 53 report if a process with one label has access 85 Used to make access control decisions. In almost all cases 95 label does not allow all of the access permitted to a process 102 the Smack rule (more below) that permitted the write access [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/ |
| H A D | armv8-recommended.json | 3 "PublicDescription": "Attributable Level 1 data cache access, read", 6 "BriefDescription": "L1D cache access, read" 9 "PublicDescription": "Attributable Level 1 data cache access, write", 12 "BriefDescription": "L1D cache access, write" 69 "PublicDescription": "Attributable Level 1 data or unified TLB access, read", 72 "BriefDescription": "L1D tlb access, read" 75 "PublicDescription": "Attributable Level 1 data or unified TLB access, write", 78 "BriefDescription": "L1D tlb access, write" 81 "PublicDescription": "Attributable Level 2 data cache access, read", 84 "BriefDescription": "L2D cache access, read" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 45 * Access: RW 68 * Access: RW 85 * Access: Index 92 * Access: Index 98 * Access: RW 104 * Access: W 135 * Access: RW 142 * Access: RW 150 * Access: RW 160 * Access: Index [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | instrumented.h | 4 * This header provides generic wrappers for memory access instrumentation that 16 * instrument_read - instrument regular read access 18 * Instrument a regular read access. The instrumentation should be inserted 21 * @ptr address of access 22 * @size size of access 31 * instrument_write - instrument regular write access 33 * Instrument a regular write access. The instrumentation should be inserted 36 * @ptr address of access 37 * @size size of access 46 * instrument_read_write - instrument regular read-write access [all …]
|
| H A D | kcsan-checks.h | 10 /* Access types -- if KCSAN_ACCESS_WRITE is not set, the access is a read. */ 11 #define KCSAN_ACCESS_WRITE (1 << 0) /* Access is a write. */ 13 #define KCSAN_ACCESS_ATOMIC (1 << 2) /* Access is atomic. */ 15 #define KCSAN_ACCESS_ASSERT (1 << 3) /* Access is an assertion. */ 16 #define KCSAN_ACCESS_SCOPED (1 << 4) /* Access is a scoped access. */ 21 * to validate access to an address. Never use these in header files! 25 * __kcsan_check_access - check generic access for races 27 * @ptr: address of access 28 * @size: size of access 29 * @type: access type modifier [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fau.h | 123 * @reg: FAU atomic register to access. 0 <= reg < 2048. 124 * - Step by 2 for 16 bit access. 125 * - Step by 4 for 32 bit access. 126 * - Step by 8 for 64 bit access. 143 * @reg: FAU atomic register to access. 0 <= reg < 2048. 144 * - Step by 2 for 16 bit access. 145 * - Step by 4 for 32 bit access. 146 * - Step by 8 for 64 bit access. 148 * Note: When performing 32 and 64 bit access, only the low 164 * @reg: FAU atomic register to access. 0 <= reg < 2048. [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/ |
| H A D | cache.json | 15 …refill. This event counts any load or store operation or page table walk access which causes data … 21 …ache access. This event counts any load or store operation or page table walk access which looks u… 24 "BriefDescription": "L1 data cache access" 33 …"PublicDescription": "Level 1 instruction cache access or Level 0 Macro-op cache access. This even… 36 "BriefDescription": "L1 instruction cache access" 45 …"PublicDescription": "L2 data cache access. This event counts any transaction from L1 which looks … 48 "BriefDescription": "L2 data cache access" 69 …"PublicDescription": "Level 1 data TLB access. This event counts any load or store operation which… 72 "BriefDescription": "Level 1 data TLB access." 75 …"PublicDescription": "Level 1 instruction TLB access. This event counts any instruction fetch whic… [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A D | direct_value_access.c | 2 "direct map access, write test 1", 14 "direct map access, write test 2", 26 "direct map access, write test 3", 38 "direct map access, write test 4", 50 "direct map access, write test 5", 62 "direct map access, write test 6", 74 "direct map access, write test 7", 86 "direct map access, write test 8", 98 "direct map access, write test 9", 107 .errstr = "invalid access to map value pointer", [all …]
|
| H A D | ctx_skb.c | 2 "access skb fields ok", 33 "access skb fields bad1", 38 .errstr = "invalid bpf_context access", 42 "access skb fields bad2", 63 "access skb fields bad3", 85 "access skb fields bad4", 108 "invalid access __sk_buff family", 114 .errstr = "invalid bpf_context access", 118 "invalid access __sk_buff remote_ip4", 124 .errstr = "invalid bpf_context access", [all …]
|
| H A D | helper_value_access.c | 2 "helper access to map: full range", 21 "helper access to map: partial range", 40 "helper access to map: empty range", 54 .errstr = "invalid access to map value, value_size=48 off=0 size=0", 59 "helper access to map: out-of-bound range", 74 .errstr = "invalid access to map value, value_size=48 off=0 size=56", 79 "helper access to map: negative range", 99 "helper access to adjusted map (via const imm): full range", 120 "helper access to adjusted map (via const imm): partial range", 140 "helper access to adjusted map (via const imm): empty range", [all …]
|
| H A D | direct_packet_access.c | 16 "direct packet access: test1", 33 "direct packet access: test2", 67 "direct packet access: test3", 74 .errstr = "invalid bpf_context access off=76", 79 "direct packet access: test4 (write)", 96 "direct packet access: test5 (pkt_end >= reg, good access)", 115 "direct packet access: test6 (pkt_end >= reg, bad access)", 130 .errstr = "invalid access to packet", 135 "direct packet access: test7 (pkt_end >= reg, both accesses)", 151 .errstr = "invalid access to packet", [all …]
|
| H A D | helper_packet_access.c | 2 "helper access to packet: test1, valid packet_ptr range", 23 "helper access to packet: test2, unchecked packet_ptr", 33 .errstr = "invalid access to packet", 37 "helper access to packet: test3, variable add", 62 "helper access to packet: test4, packet_ptr with bad range", 79 .errstr = "invalid access to packet", 83 "helper access to packet: test5, packet_ptr with too short range", 99 .errstr = "invalid access to packet", 103 "helper access to packet: test6, cls valid packet_ptr range", 124 "helper access to packet: test7, cls unchecked packet_ptr", [all …]
|
| H A D | xdp_direct_packet_access.c | 2 "XDP pkt read, pkt_end mangling, bad access 1", 20 "XDP pkt read, pkt_end mangling, bad access 2", 38 "XDP pkt read, pkt_data' > pkt_end, corner case, good access", 55 "XDP pkt read, pkt_data' > pkt_end, bad access 1", 73 "XDP pkt read, pkt_data' > pkt_end, bad access 2", 91 "XDP pkt read, pkt_data' > pkt_end, corner case +1, good access", 108 "XDP pkt read, pkt_data' > pkt_end, corner case -1, bad access", 126 "XDP pkt read, pkt_end > pkt_data', good access", 144 "XDP pkt read, pkt_end > pkt_data', corner case -1, bad access", 163 "XDP pkt read, pkt_end > pkt_data', bad access 2", [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/ |
| H A D | hal_h264e_vepu541_reg_l2.h | 24 * Address offset: 0x3F0 Access type: read and write 29 * Address offset: 0x3F4 Access type: read and write 35 * Single access: 38 * Burst access: 47 * Address offset: 0x3F8 Access type: read and write 54 * Single access: 57 * Burst access: 73 * Address: 0x0004~0x0008 Access type: read and write 80 * Address: 0x000C~0x0010 Access type: read and write 87 * Address: 0x0014~0x0018 Access type: read and write [all …]
|
| H A D | hal_h264e_vepu541_reg.h | 25 * Address: 0x0000 Access type: read only 68 * Address: 0x0004 Access type: read and write/write only 98 * Address offset: 0x0008 Access type: read and write 119 * Address offset: 0x000c Access type: read and write 132 * Address offset: 0x0010 Access type: read and write 159 * Address offset: 0x0014 Access type: read and write 186 * Address offset: 0x0018 Access type: read and write, write one to clear 213 * Address offset: 0x001c Access type: read and write, write one to clear 243 * Address offset: 0x0030 Access type: read and write 261 * Address offset: 0x0034 Access type: read and write [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/haswell/ |
| H A D | uncore.json | 115 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state.", 116 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.", 127 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state.", 128 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.", 139 …"BriefDescription": "L3 Lookup external snoop request that access cache and found line in M-state.… 140 …"PublicDescription": "L3 Lookup external snoop request that access cache and found line in M-state… 151 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state.", 152 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 163 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state.", 164 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.", [all …]
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.unaligned-memory-access.txt | 8 when it comes to memory access. This document presents some details about 13 The definition of an unaligned access 20 access. 22 The above may seem a little vague, as memory access can happen in different 26 which will compile to multiple-byte memory access instructions, namely when 41 of memory access. However, we must consider ALL supported architectures; 46 Why unaligned access is bad 49 The effects of performing an unaligned memory access vary from architecture 56 happen. The exception handler is able to correct the unaligned access, 60 unaligned access to be corrected. [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | Kconfig | 12 the SPI uclass. Drivers provide methods to access the SPI 32 access the SPI NOR flash on platforms embedding this Altera 40 used to access the SPI flash on AE3XX and AE250 platforms embedding 48 to access SPI NOR flash and other SPI peripherals. This driver 57 many AT91 (ARM) chips. This driver can be used to access 65 access the SPI NOR flash on platforms embedding this Broadcom 73 access the SPI NOR flash on platforms embedding these Broadcom 80 be used to access the SPI flash on platforms embedding this 87 used to access the SPI NOR flash on platforms embedding this 94 access the SPI NOR flash on platforms embedding this Designware [all …]
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64.xml | 6945 <data-member access='public' layout-offset-in-bits='0'> 6948 <data-member access='public' layout-offset-in-bits='64'> 6954 <data-member access='public' layout-offset-in-bits='0'> 6957 <data-member access='public' layout-offset-in-bits='192'> 6962 <data-member access='public' layout-offset-in-bits='0'> 6965 <data-member access='public' layout-offset-in-bits='64'> 6992 <data-member access='public' layout-offset-in-bits='0'> 6995 <data-member access='public' layout-offset-in-bits='8'> 6998 <data-member access='public' layout-offset-in-bits='144'> 7001 <data-member access='public' layout-offset-in-bits='240'> [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/core-api/ |
| H A D | unaligned-memory-access.rst | 14 when it comes to memory access. This document presents some details about 19 The definition of an unaligned access 26 access. 28 The above may seem a little vague, as memory access can happen in different 32 which will compile to multiple-byte memory access instructions, namely when 47 of memory access. However, we must consider ALL supported architectures; 52 Why unaligned access is bad 55 The effects of performing an unaligned memory access vary from architecture 62 happen. The exception handler is able to correct the unaligned access, 66 unaligned access to be corrected. [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/ampere/emag/ |
| H A D | cache.json | 60 "PublicDescription": "Level 1 data cache access", 63 "BriefDescription": "L1D cache access" 72 "PublicDescription": "Level 1 instruction cache access", 75 "BriefDescription": "L1I cache access" 78 "PublicDescription": "Level 2 data cache access", 81 "BriefDescription": "L2D cache access" 96 …"PublicDescription": "Level 1 data TLB access. This event counts any load or store operation which… 99 "BriefDescription": "L1D TLB access" 102 …"PublicDescription": "Level 1 instruction TLB access. This event counts any instruction fetch whic… 105 "BriefDescription": "L1I TLB access" [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-class-power | 9 Access: Read 18 Access: Read 27 Access: Read 36 Access: Read 58 Access: Read 76 Access: Read 89 Access: Read 98 Access: Read, Write 118 Access: Read 142 Access: Read [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/ |
| H A D | .htaccess | 12 ExpiresDefault "access plus 1 seconds" 13 ExpiresByType image/x-icon "access plus 2592000 seconds" 14 ExpiresByType image/jpeg "access plus 2592000 seconds" 15 ExpiresByType image/png "access plus 2592000 seconds" 16 ExpiresByType image/gif "access plus 2592000 seconds" 17 ExpiresByType application/x-shockwave-flash "access plus 2592000 seconds" 18 ExpiresByType text/css "access plus 604800 seconds" 19 ExpiresByType text/javascript "access plus 216000 seconds" 20 ExpiresByType application/javascript "access plus 216000 seconds" 21 ExpiresByType application/x-javascript "access plus 216000 seconds" [all …]
|
| /OK3568_Linux_fs/kernel/security/ |
| H A D | device_cgroup.c | 37 short access; member 106 walk->access |= ex->access; in dev_exception_add() 134 walk->access &= ~ex->access; in dev_exception_rm() 135 if (!walk->access) { in dev_exception_rm() 238 static void set_access(char *acc, short access) in set_access() argument 242 if (access & DEVCG_ACC_READ) in set_access() 244 if (access & DEVCG_ACC_WRITE) in set_access() 246 if (access & DEVCG_ACC_MKNOD) in set_access() 290 set_access(acc, ex->access); in devcgroup_seq_show() 308 * @access: permission mask (DEVCG_ACC_READ, DEVCG_ACC_WRITE, DEVCG_ACC_MKNOD) [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/broadwell/ |
| H A D | uncore.json | 55 "BriefDescription": "L3 Lookup read request that access cache and found line in M-state", 56 "PublicDescription": "L3 Lookup read request that access cache and found line in M-state.", 67 "BriefDescription": "L3 Lookup write request that access cache and found line in M-state", 68 "PublicDescription": "L3 Lookup write request that access cache and found line in M-state.", 79 "BriefDescription": "L3 Lookup any request that access cache and found line in M-state", 80 "PublicDescription": "L3 Lookup any request that access cache and found line in M-state.", 91 "BriefDescription": "L3 Lookup read request that access cache and found line in I-state", 92 "PublicDescription": "L3 Lookup read request that access cache and found line in I-state.", 103 "BriefDescription": "L3 Lookup any request that access cache and found line in I-state", 104 "PublicDescription": "L3 Lookup any request that access cache and found line in I-state.", [all …]
|