| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/knightslanding/ |
| H A D | memory.json | 18 … any Prefetch requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.", 40 …"BriefDescription": "Counts any Prefetch requests that accounts for data responses from DRAM Far.", 62 …unts any Read request that accounts for data responses from MCDRAM Far or Other tile L2 hit far.", 84 … "BriefDescription": "Counts any Read request that accounts for data responses from DRAM Far.", 106 …ch code read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.", 128 …emand code reads and prefetch code read requests that accounts for data responses from DRAM Far.", 150 …e data write requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.", 172 …n": "Counts Demand cacheable data write requests that accounts for data responses from DRAM Far.", 194 …ch data read requests that accounts for data responses from MCDRAM Far or Other tile L2 hit far.", 216 …acheable data and L1 prefetch data read requests that accounts for data responses from DRAM Far.", [all …]
|
| H A D | cache.json | 135 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 146 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 201 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 212 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 267 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 278 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 333 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 344 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 399 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… 410 …counts for responses from a snoop request hit with data forwarded from its Far(not in the same qua… [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | zconf.h | 285 /* The following definitions for FAR are needed only for MSDOS mixed 286 * model programming (small or medium model with some far allocations). 289 * just define FAR to be empty. 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | zconf.h | 285 /* The following definitions for FAR are needed only for MSDOS mixed 286 * model programming (small or medium model with some far allocations). 289 * just define FAR to be empty. 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | zconf.h | 285 /* The following definitions for FAR are needed only for MSDOS mixed 286 * model programming (small or medium model with some far allocations). 289 * just define FAR to be empty. 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | zconf.h | 285 /* The following definitions for FAR are needed only for MSDOS mixed 286 * model programming (small or medium model with some far allocations). 289 * just define FAR to be empty. 296 # define FAR _far macro 298 # define FAR far macro 305 # define FAR _far macro 307 # define FAR far macro 330 # ifdef FAR 331 # undef FAR 340 # define ZEXPORTVA FAR CDECL [all …]
|
| /OK3568_Linux_fs/u-boot/include/u-boot/ |
| H A D | zlib.h | 225 /* The following definitions for FAR are needed only for MSDOS mixed 226 * model programming (small or medium model with some far allocations). 229 * just define FAR to be empty. 236 # define FAR _far macro 238 # define FAR far 245 # define FAR _far macro 247 # define FAR far 270 # ifdef FAR 271 # undef FAR 280 # define ZEXPORTVA FAR CDECL [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | entry-common.c | 118 unsigned long far = read_sysreg(far_el1); in el1_abort() local 122 do_mem_abort(far, esr, regs); in el1_abort() 129 unsigned long far = read_sysreg(far_el1); in el1_pc() local 133 do_sp_pc_abort(far, esr, regs); in el1_pc() 182 unsigned long far = read_sysreg(far_el1); in el1_dbg() local 185 do_debug_exception(far, esr, regs); in el1_dbg() 252 unsigned long far = read_sysreg(far_el1); in el0_da() local 256 do_mem_abort(far, esr, regs); in el0_da() 261 unsigned long far = read_sysreg(far_el1); in el0_ia() local 268 if (!is_ttbr0_addr(far)) in el0_ia() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/mm/ |
| H A D | fault.c | 48 int (*fn)(unsigned long far, unsigned int esr, 462 static void do_bad_area(unsigned long far, unsigned int esr, in do_bad_area() argument 465 unsigned long addr = untagged_addr(far); in do_bad_area() 475 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name); in do_bad_area() 526 static int __kprobes do_page_fault(unsigned long far, unsigned int esr, in do_page_fault() argument 535 unsigned long addr = untagged_addr(far); in do_page_fault() 666 arm64_force_sig_fault(SIGBUS, BUS_ADRERR, far, inf->name); in do_page_fault() 674 arm64_force_sig_mceerr(BUS_MCEERR_AR, far, lsb, inf->name); in do_page_fault() 682 far, inf->name); in do_page_fault() 692 static int __kprobes do_translation_fault(unsigned long far, in do_translation_fault() argument [all …]
|
| /OK3568_Linux_fs/external/mpp/mpp/common/ |
| H A D | h264d_syntax.h | 187 RK_U32 dwMBtype; /* 4 bytes so far */ 189 RK_U16 CurrMbAddr; /* 6 bytes so far */ 191 /* 12 bytes so far */ 195 /* 20 bytes so far */ 200 /* 28 bytes so far */ 207 RK_U8 bMbIntraStruct; /* 29 bytes so far */ 215 /* 22 bytes so far */ 243 RK_U16 CurrMbAddr; /* dup info */ /* 2 bytes so far */ 257 RK_U8 Reserved8Bits; /* 4 bytes so far */ 263 RK_U8 bbSinternalTopHorz; /* 8 bytes so far */ [all …]
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | inffast.c | 72 struct inflate_state FAR *state; in inflate_fast() 73 unsigned char FAR *in; /* local strm->next_in */ in inflate_fast() 74 unsigned char FAR *last; /* while in < last, enough input available */ in inflate_fast() 75 unsigned char FAR *out; /* local strm->next_out */ in inflate_fast() 76 unsigned char FAR *beg; /* inflate()'s initial strm->next_out */ in inflate_fast() 77 unsigned char FAR *end; /* while out < end, enough space available */ in inflate_fast() 84 unsigned char FAR *window; /* allocated sliding window, if wsize != 0 */ in inflate_fast() 87 code const FAR *lcode; /* local strm->lencode */ in inflate_fast() 88 code const FAR *dcode; /* local strm->distcode */ in inflate_fast() 96 unsigned char FAR *from; /* where to copy match from */ in inflate_fast() [all …]
|
| H A D | inftrees.h | 53 extern int inflate_table OF((codetype type, unsigned short FAR *lens, 54 unsigned codes, code FAR * FAR *table, 55 unsigned FAR *bits, unsigned short FAR *work));
|
| H A D | inflate.c | 5 local void fixedtables OF((struct inflate_state FAR *state)); 10 struct inflate_state FAR *state; in inflateReset() 13 state = (struct inflate_state FAR *)strm->state; in inflateReset() 36 struct inflate_state FAR *state; in inflateInit2_() 48 state = (struct inflate_state FAR *) in inflateInit2_() 52 strm->state = (struct internal_state FAR *)state; in inflateInit2_() 78 local void fixedtables(struct inflate_state FAR *state) in fixedtables() 102 struct inflate_state FAR *state; in updatewindow() 105 state = (struct inflate_state FAR *)strm->state; in updatewindow() 109 state->window = (unsigned char FAR *) in updatewindow() [all …]
|
| H A D | inftrees.c | 32 int inflate_table(codetype type, unsigned short FAR *lens, unsigned codes, in inflate_table() 33 code FAR * FAR *table, unsigned FAR *bits, in inflate_table() 34 unsigned short FAR *work) in inflate_table() 50 code FAR *next; /* next available space in table */ in inflate_table() 51 const unsigned short FAR *base; /* base value table to use */ in inflate_table() 52 const unsigned short FAR *extra; /* extra bits table to use */ in inflate_table()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kvm/ |
| H A D | inject_fault.c | 86 u64 far; in inject_abt32() local 97 far = vcpu_read_sys_reg(vcpu, FAR_EL1); in inject_abt32() 102 far &= GENMASK(31, 0); in inject_abt32() 103 far |= (u64)addr << 32; in inject_abt32() 108 far &= GENMASK(63, 32); in inject_abt32() 109 far |= addr; in inject_abt32() 113 vcpu_write_sys_reg(vcpu, far, FAR_EL1); in inject_abt32()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/light/ |
| H A D | sharp,gp2ap002.yaml | 43 sharp,proximity-far-hysteresis: 46 Hysteresis setting for "far" object detection, this setting is 48 of a "far away" object in front of the sensor. 61 - sharp,proximity-far-hysteresis 82 sharp,proximity-far-hysteresis = /bits/ 8 <0x2f>;
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/s390/cf_z13/ |
| H A D | extended.json | 188 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes", 189 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cach… 195 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes with Intervention", 196 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach… 202 "BriefDescription": "L1D Off-Drawer Far-Column L3 Sourced Writes", 203 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach… 314 "BriefDescription": "L1I Off-Drawer Far-Column L4 Sourced Writes", 315 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-4 cach… 321 "BriefDescription": "L1I Off-Drawer Far-Column L3 Sourced Writes with Intervention", 322 …che directory where the returned cache line was sourced from an Off-Drawer Far-Column Level-3 cach… [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | head_64.S | 267 * a far return. 269 * Note: do not change to far jump indirect with 64bit offset. 271 * AMD does not support far jump indirect with 64bit offset. 273 * JMP FAR mem16:16 FF /5 Far jump indirect, 274 * with the target specified by a far pointer in memory. 275 * JMP FAR mem16:32 FF /5 Far jump indirect, 276 * with the target specified by a far pointer in memory. 280 * FF /5 JMP m16:16 Jump far, absolute indirect, 282 * FF /5 JMP m16:32 Jump far, absolute indirect, 284 * REX.W + FF /5 JMP m16:64 Jump far, absolute indirect,
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen1/ |
| H A D | core.json | 23 …ctly predicted. This includes those for which prediction is not attempted (far control transfers, … 40 "BriefDescription": "Retired Far Control Transfers.", 41 …"The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYS…
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/x86/amdzen2/ |
| H A D | core.json | 23 …ctly predicted. This includes those for which prediction is not attempted (far control transfers, … 40 "BriefDescription": "Retired Far Control Transfers.", 41 …"The number of far control transfers retired including far call/jump/return, IRET, SYSCALL and SYS…
|
| /OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/ |
| H A D | intel-pt-insn-decoder.c | 70 case 0xca: /* far ret */ in intel_pt_insn_decoder() 71 case 0xcb: /* far ret */ in intel_pt_insn_decoder() 87 case 0x9a: /* call far absolute */ in intel_pt_insn_decoder() 104 case 0xea: /* far jmp */ in intel_pt_insn_decoder() 108 case 0xff: /* call near absolute, call far absolute ind */ in intel_pt_insn_decoder() 112 case 3: /* far ind call */ in intel_pt_insn_decoder()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_mmap.c | 32 int zero = 0, one = 1, two = 2, far = 1500; in test_mmap() local 47 /* data_map[far] = in_val * 3; */ in test_mmap() 49 bpf_map_update_elem(&data_map, &far, &val, 0); in test_mmap()
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | SGI-1 | 27 * restrictions set forth in FAR 52.227.19(c)(2) or subparagraph 30 * clauses in the FAR or the DOD or NASA FAR Supplement.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 09-cve-2014-8139-crc-overflow.patch | 16 static ZCONST char Far InconsistEFlength[] = "bad extra-field entry:\n \ 18 + static ZCONST char Far TooSmallEBlength[] = "bad extra-field entry:\n \ 20 static ZCONST char Far InvalidComprDataEAs[] =
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/ |
| H A D | dtls1.h | 125 /* Max MTU overhead we know about so far is 40 for IPv6 + 8 for UDP */ 131 unsigned char max_seq_num[8]; /* max record number seen so far, 64-bit 163 /* Number of read timeouts so far */ 165 /* Number of write timeouts so far */ 167 /* Number of alerts received so far */
|