| /openbsd-src/sys/dev/pci/drm/amd/amdgpu/ |
| H A D | gmc_v11_0.c | 202 const unsigned int eng = 17; in gmc_v11_0_flush_vm_hub() local 222 hub->eng_distance * eng, hub_ip); in gmc_v11_0_flush_vm_hub() 232 WREG32_RLC_NO_KIQ(hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req, hub_ip); in gmc_v11_0_flush_vm_hub() 237 hub->eng_distance * eng, hub_ip); in gmc_v11_0_flush_vm_hub() 252 hub->eng_distance * eng, 0, hub_ip); in gmc_v11_0_flush_vm_hub() 300 const unsigned int eng = 17; in gmc_v11_0_flush_gpu_tlb() local 302 u32 req = hub->vm_inv_eng0_req + hub->eng_distance * eng; in gmc_v11_0_flush_gpu_tlb() 303 u32 ack = hub->vm_inv_eng0_ack + hub->eng_distance * eng; in gmc_v11_0_flush_gpu_tlb() 387 unsigned int eng = ring->vm_inv_eng; in gmc_v11_0_emit_flush_gpu_tlb() local 401 hub->eng_distance * eng, 0x1, 0x1); in gmc_v11_0_emit_flush_gpu_tlb() [all …]
|
| H A D | gmc_v10_0.c | 241 const unsigned int eng = 17; in gmc_v10_0_flush_vm_hub() local 261 hub->eng_distance * eng, hub_ip); in gmc_v10_0_flush_vm_hub() 273 hub->eng_distance * eng, in gmc_v10_0_flush_vm_hub() 283 hub->eng_distance * eng, hub_ip); in gmc_v10_0_flush_vm_hub() 288 hub->eng_distance * eng, hub_ip); in gmc_v10_0_flush_vm_hub() 304 hub->eng_distance * eng, 0, hub_ip); in gmc_v10_0_flush_vm_hub() 343 const unsigned int eng = 17; in gmc_v10_0_flush_gpu_tlb() local 345 u32 req = hub->vm_inv_eng0_req + hub->eng_distance * eng; in gmc_v10_0_flush_gpu_tlb() 346 u32 ack = hub->vm_inv_eng0_ack + hub->eng_distance * eng; in gmc_v10_0_flush_gpu_tlb() 479 unsigned int eng = ring->vm_inv_eng; in gmc_v10_0_emit_flush_gpu_tlb() local [all …]
|
| H A D | gmc_v9_0.c | 817 const unsigned int eng = 17; in gmc_v9_0_flush_gpu_tlb() local 850 uint32_t req = hub->vm_inv_eng0_req + hub->eng_distance * eng; in gmc_v9_0_flush_gpu_tlb() 851 uint32_t ack = hub->vm_inv_eng0_ack + hub->eng_distance * eng; in gmc_v9_0_flush_gpu_tlb() 873 tmp = RREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_sem + hub->eng_distance * eng); in gmc_v9_0_flush_gpu_tlb() 875 tmp = RREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_sem + hub->eng_distance * eng); in gmc_v9_0_flush_gpu_tlb() 887 WREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req); in gmc_v9_0_flush_gpu_tlb() 889 WREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_req + hub->eng_distance * eng, inv_req); in gmc_v9_0_flush_gpu_tlb() 899 hub->eng_distance * eng); in gmc_v9_0_flush_gpu_tlb() 903 tmp = RREG32_SOC15_IP_NO_KIQ(MMHUB, hub->vm_inv_eng0_ack + hub->eng_distance * eng); in gmc_v9_0_flush_gpu_tlb() 905 tmp = RREG32_SOC15_IP_NO_KIQ(GC, hub->vm_inv_eng0_ack + hub->eng_distance * eng); in gmc_v9_0_flush_gpu_tlb() 1040 unsigned int eng = ring->vm_inv_eng; gmc_v9_0_emit_flush_gpu_tlb() local [all...] |
| H A D | mmsch_v1_0.h | 57 struct mmsch_vf_eng_init_header eng[2]; member
|
| H A D | vcn_v2_5.c | 1232 header->eng[i].table_offset = header->total_size; in vcn_v2_5_sriov_start() 1233 header->eng[i].init_status = 0; in vcn_v2_5_sriov_start() 1234 header->eng[i].table_size = 0; in vcn_v2_5_sriov_start() 1345 header->eng[i].table_size = table_size; in vcn_v2_5_sriov_start()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | CheckerManager.cpp | 160 const Stmt *s, ExprEngine &eng, bool wasInlined = false) in CheckStmtContext() 161 : IsPreVisit(isPreVisit), Checkers(checkers), S(s), Eng(eng), in CheckStmtContext() 206 const ObjCMethodCall &msg, ExprEngine &eng, in CheckObjCMessageContext() 209 Eng(eng) {} in CheckObjCMessageContext() 276 const CallEvent &call, ExprEngine &eng, in CheckCallContext() 279 Call(call), Eng(eng) {} in CheckCallContext() 324 ExprEngine &eng) in CheckLocationContext() 326 BoundEx(BoundEx), Eng(eng) {} in CheckLocationContext() 372 SVal loc, SVal val, const Stmt *s, ExprEngine &eng, in CheckBindContext() 374 : Checkers(checkers), Loc(loc), Val(val), S(s), Eng(eng), PP(pp) {} in CheckBindContext() [all …]
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/uc/ |
| H A D | intel_guc_capture.c | 1399 #define GCAP_PRINT_INTEL_ENG_INFO(ebuf, eng) \ argument 1402 (eng)->name); \ 1403 i915_error_printf(ebuf, " i915-Eng-Inst-Class: 0x%02x\n", (eng)->class); \ 1404 i915_error_printf(ebuf, " i915-Eng-Inst-Id: 0x%02x\n", (eng)->instance); \ 1406 (eng)->logical_mask); \ 1431 struct intel_engine_cs *eng; in intel_guc_capture_print_engine_node() local 1472 eng = intel_guc_lookup_engine(guc, node->eng_class, node->eng_inst); in intel_guc_capture_print_engine_node() 1473 if (eng) in intel_guc_capture_print_engine_node() 1474 GCAP_PRINT_INTEL_ENG_INFO(ebuf, eng); in intel_guc_capture_print_engine_node()
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | CoreEngine.h | 499 const Expr *e, const CFGBlock *dispatch, CoreEngine* eng) in IndirectGotoNodeBuilder() argument 500 : Eng(*eng), Src(src), DispatchBlock(*dispatch), E(e), Pred(pred) {} in IndirectGotoNodeBuilder() 546 const Expr *condition, CoreEngine* eng) in SwitchNodeBuilder() argument 547 : Eng(*eng), Src(src), Condition(condition), Pred(pred) {} in SwitchNodeBuilder()
|
| H A D | CheckerContext.h | 42 ExprEngine &eng, 46 : Eng(eng), in Eng() argument
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | sql | 6 # From: "Marty Leisner" <mleisner@eng.mc.xerox.com>
|
| /openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | BugReporter.h | 677 PathSensitiveBugReporter(BugReporterData& d, ExprEngine& eng) in PathSensitiveBugReporter() argument 678 : BugReporter(d), Eng(eng) {} in PathSensitiveBugReporter()
|
| /openbsd-src/gnu/usr.bin/perl/ext/re/ |
| H A D | re.xs | 21 OP *expr, const regexp_engine* eng, REGEXP *volatile old_re,
|
| /openbsd-src/bin/ksh/ |
| H A D | CONTRIBUTORS | 54 * Neil Smithline (Neil.Smithline@eng.sun.com), Aug '92: emacs-style
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | SanitizerCoverage.rst | 550 -rw-r----- 1 kcc eng 4 Nov 27 12:21 a.out.22673.sancov 551 -rw-r----- 1 kcc eng 8 Nov 27 12:21 a.out.22679.sancov
|
| /openbsd-src/gnu/usr.bin/perl/ |
| H A D | regexp.h | 311 OP *expr, const struct regexp_engine* eng,
|
| H A D | pp_ctl.c | 96 const regexp_engine *eng; in PP() 117 eng = re ? RX_ENGINE(re) : current_re_engine(); in PP() 119 new_re = (eng->op_comp in PP() 120 ? eng->op_comp in PP() 122 )(aTHX_ args, nargs, pm->op_code_list, eng, re, in PP() 86 const regexp_engine *eng; PP() local
|
| H A D | regcomp.c | 431 regexp_engine const *eng = current_re_engine(); in Perl_pregcomp() 439 PTR2UV(eng)); in Perl_pregcomp() 441 return CALLREGCOMP_ENG(eng, pattern, flags); in Perl_pregcomp() 1345 * eng is the current engine. If that engine has an op_comp method, then in Perl_re_op_compile() 1386 OP *expr, const regexp_engine* eng, REGEXP *old_re, in Perl_re_op_compile() 1532 if (!eng->op_comp) { in Perl_re_op_compile() 1541 return CALLREGCOMP_ENG(eng, pat, orig_rx_flags); in Perl_re_op_compile() 1697 RExC_rx->engine= eng; in Perl_re_op_compile() 430 regexp_engine const *eng = current_re_engine(); Perl_pregcomp() local 1271 Perl_re_op_compile(pTHX_ SV ** const patternp,int pat_count,OP * expr,const regexp_engine * eng,REGEXP * old_re,bool * is_bare_re,const U32 orig_rx_flags,const U32 pm_flags) Perl_re_op_compile() argument
|
| H A D | op.c | 7472 regexp_engine const *eng = current_re_engine(); in Perl_pmruntime() 7480 if (!has_code || !eng->op_comp) { in Perl_pmruntime() 7522 eng->op_comp in Perl_pmruntime() 7523 ? eng->op_comp(aTHX_ NULL, 0, expr, eng, NULL, NULL, in Perl_pmruntime() 7525 : Perl_re_op_compile(aTHX_ NULL, 0, expr, eng, NULL, NULL, in Perl_pmruntime() 7540 re = eng->op_comp(aTHX_ NULL, 0, expr, eng, NULL, NULL, in Perl_pmruntime() 7343 regexp_engine const *eng = current_re_engine(); Perl_pmruntime() local
|
| H A D | proto.h | 3642 Perl_re_op_compile(pTHX_ SV ** const patternp, int pat_count, OP *expr, const regexp_engine *eng, REGEXP *old_re, bool *is_bare_re, const U32 rx_flags, const U32 pm_flags); 3644 assert(eng)
|
| /openbsd-src/share/zoneinfo/datfiles/ |
| H A D | asia | 1375 # Indonesia, <http://time.kim.lipi.go.id/time-eng.php> (2006-09-29). 2593 # http://eng.gateway.kg/cgi-bin/page.pl?id=1&story_name=doc9979.shtml 3361 # http://www.maannews.net/eng/ViewDetails.aspx?ID=271178 3368 # http://www.maannews.net/eng/ViewDetails.aspx?ID=306795 3380 # http://www.maannews.net/eng/ViewDetails.aspx?ID=416217 3402 # http://www.maannews.net/eng/ViewDetails.aspx?ID=424808 4039 # http://www.sana.sy/eng/21/2008/03/11/165173.htm 4066 # http://www.sana.sy/eng/21/2009/03/17/217563.htm
|
| H A D | africa | 761 # http://www.map.ma/eng/sections/box3/morocco_shifts_to_da/view 857 # http://www.map.ma/eng/sections/home/morocco_to_spring_fo/view
|
| H A D | northamerica | 1350 # https://www.nrc-cnrc.gc.ca/eng/services/time/time_zones.html 1351 # https://www.nrc-cnrc.gc.ca/eng/services/time/faq/index.html#Q5 2133 # https://ftp.maps.canada.ca/pub/nrcan_rncan/raster/atlas_5_ed/eng/other/referencemaps/mcr4056.pdf
|
| /openbsd-src/gnu/gcc/libdecnumber/ |
| H A D | decNumber.c | 2003 decToString (const decNumber * dn, char *string, Flag eng) in decToString() argument 2075 if (eng && (e != 0)) in decToString()
|
| /openbsd-src/lib/libssl/doc/ |
| H A D | openssl.txt | 34 http://home.netscape.com/eng/security/certs.html
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/doc/ |
| H A D | ChangeLog | 3416 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
|