/freebsd/sys/dev/sound/pci/ |
H A D | es137x.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause AND BSD-4-Clause 30 /*- 128 #define ES_BLK_ALIGN (~(ES_BLK_MIN - 1)) 148 * 32bit Ensoniq Configuration (es->escfg). 149 * ---------------------------------------- 151 * +-------+--------+------+------+---------+--------+---------+---------+ 153 * +-------+--------+------+------+---------+--------+---------+---------+ 157 * +-------+--------+------+------+---------+--------+---------+---------+ 200 * DAC 1/2 configuration through kernel hint - hint.pcm.<unit>.dac="val" [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/regulator/ |
H A D | richtek,rtmv20-regulator.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/regulator/richtek,rtmv20-regulator.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - ChiYuan Huang <cy_huang@richtek.com> 15 (Enable/Fai [all...] |
/freebsd/stand/i386/gptboot/ |
H A D | gptldr.S | 1 /*- 14 * 3. Neither the name of the author nor the names of any co-contributors 63 mov %cx,%es # Address 85 mov $MEM_USR/16,%ax # Set %es:(-1) to point at 87 mov %ax,%es # want to copy boot2 into. 94 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at 95 mov %es,%ax # the end of the next 32k into 97 mov %ax,%es 103 mov %cx,%ds # Reset %ds and %es 104 mov %cx,%es [all …]
|
/freebsd/stand/i386/pxeldr/ |
H A D | pxeldr.S | 33 * separate PXE-aware client just to load the loader. 66 .set SEL_SCODE,0x18 # PM-32 code 67 .set SEL_SCODE16,0x20 # PM-16 code 90 movw %es, %cx # save PXENV+ segment 92 movw %ax, %es # data segments 98 movw $welcome_msg, %si # %ds:(%si) -> welcome message 103 movw $bootinfo_msg, %si # %ds:(%si) -> boot args message 105 movw $MEM_ARG, %bx # %ds:(%bx) -> boot args 106 movw %bx, %di # %es:(%di) -> boot args 108 movw $(MEM_ARG_SIZE/4), %cx # Size of arguments in 32-bit [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | MachOPlatform.h | 1 //===-- MachOPlatform.h - Utilities for executing MachO in Orc --*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 32 // Used internally by MachOPlatform, but made public to enable serialization. 38 // Used internally by MachOPlatform, but made public to enable serialization. 42 // Used internally by MachOPlatform, but made public to enable serialization. 50 /// Configuration for the mach-o header of a JITDylib. Specify common load 102 /// Objective-C and Swift code. It is up to the caller to ensure that the 109 /// auto &PlatformJD = ES.createBareJITDylib("stdlib"); [all …]
|
H A D | LazyReexports.h | 1 //===------ LazyReexports.h -- Utilities for lazy reexports -----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // Lazy re-exports are similar to normal re-exports, except that for callable 11 // call through to the re-exported symbol at runtime. This can be used to 12 // enable lazy compilation. 14 //===----------------------------------------------------------------------===// 30 /// Manages a set of 'lazy call-through' trampolines. These are compiler 31 /// re-entry trampolines that are pre-bound to look up a given symbol in a given 33 /// triggered on first lookup, these call-through trampolines can be used to [all …]
|
H A D | Layer.h | 1 //===---------------- Layer.h -- Layer interfaces --------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 30 /// their linkage is changed to available-externally. 37 IRMaterializationUnit(ExecutionSession &ES, 41 /// Create an IRMaterializationLayer from a module, and pre-existing 60 static SymbolStringPtr getInitSymbol(ExecutionSession &ES, 69 IRLayer(ExecutionSession &ES, const IRSymbolMapper::ManglingOptions *&MO) in IRLayer() argument 70 : ES(ES), MO(MO) {} in IRLayer() [all …]
|
H A D | ExecutionUtils.h | 1 //===- ExecutionUtils.h - Utilities for executing code in Orc ---*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 55 /// This class provides a read-only view of the element with any casts on 76 /// Pre-increment iterator. 79 /// Post-increment iterator. 82 /// Dereference iterator. The resulting value provides a read-only view 160 /// Support class for static dtor execution. For hosted (in-process) JITs 192 Error enable(JITDylib &JD, MangleAndInterner &Mangler); [all …]
|
H A D | LLJIT.h | 1 //===----- LLJIT.h -- An ORC-based JIT for compiling LLVM IR ----*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 9 // An ORC-based JIT for compiling LLVM IR. 11 //===----------------------------------------------------------------------===// 35 /// A pre-fabricated ORC JIT stack that can serve as an alternative to MCJIT. 58 /// Destruct this instance. If a multi-threaded instance, waits for all 63 ExecutionSession &getExecutionSession() { return *ES; } in getExecutionSession() 74 /// Returns the ProcessSymbols JITDylib, which by default reflects non-JIT'd 91 return ES->getJITDylibByName(Name); in getJITDylibByName() [all …]
|
/freebsd/stand/i386/zfsboot/ |
H A D | zfsldr.S | 52 mov %cx,%es # Address 60 * second pass looks for the first non-active FreeBSD slice if the 130 mov $(MEM_USR+2*SIZ_PAG)/16,%ax # Set %es:(-1) to point at 132 mov %ax,%es # want to copy boot2 into. 139 mov $COPY_BLK_SZ-1,%di # Adjust %es:%di to point at 140 mov %es,%ax # the end of the next 32k into 142 mov %ax,%es 148 mov %cx,%ds # Reset %ds and %es 149 mov %cx,%es 153 * Enable A20 so we can access memory above 1 meg. [all …]
|
/freebsd/sys/dev/ice/ |
H A D | ice_flex_pipe.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 112 * ice_sect_id - returns section ID 132 if (hw->tnl.count < ICE_TUNNEL_MAX_ENTRIES) { in ice_add_tunnel_hint() 143 * character ('0' - '7') will be located where our in ice_add_tunnel_hint() 146 if ((label_name[len] - '0') == hw->pf_id) { in ice_add_tunnel_hint() 147 hw->tn in ice_add_tunnel_hint() 922 u16 es; /* # extraction sequence entries */ global() member 1359 struct ice_es *es = &hw->blk[blk].es; ice_find_prof_id() local 1686 struct ice_sw_fv_section *es; ice_fill_tbl() local 1824 struct ice_es *es = &hw->blk[i].es; ice_init_hw_tbls() local 1957 struct ice_es *es = &hw->blk[blk_idx].es; ice_free_prof_map() local 2022 struct ice_es *es = &hw->blk[i].es; ice_free_hw_tbls() local 2068 struct ice_es *es = &hw->blk[i].es; ice_clear_hw_tbls() local 2447 u16 es = 0; ice_upd_prof_hw() local 2545 ice_add_prof(struct ice_hw * hw,enum ice_block blk,u64 id,ice_bitmap_t * ptypes,struct ice_fv_word * es) ice_add_prof() argument 3127 ice_prof_tcam_ena_dis(struct ice_hw * hw,enum ice_block blk,bool enable,u16 vsig,struct ice_tcam_inf * tcam,struct LIST_HEAD_TYPE * chg) ice_prof_tcam_ena_dis() argument [all...] |
/freebsd/stand/i386/cdboot/ |
H A D | cdboot.S | 28 # from a CD-ROM booted with no emulation mode as described by the El 65 .set SEL_SCODE,0x18 # PM-32 code 66 .set SEL_SCODE16,0x20 # PM-16 code 90 .set DIR_EXTENT,2 # Offset of 64-bit LBA 91 .set DIR_SIZE,10 # Offset of 64-bit length 92 .set DIR_NAMELEN,32 # Offset of 8-bit name len 109 mov %ax,%es # data segments 111 mov $msg_welcome,%si # %ds:(%si) -> welcome message 116 mov $msg_bootinfo,%si # %ds:(%si) -> boot args message 118 mov $MEM_ARG,%bx # %ds:(%bx) -> boot args [all …]
|
/freebsd/sys/i386/i386/ |
H A D | mpboot.S | 1 /*- 72 * Enable features on this processor. We don't support SMP on 81 orl $CR4_PSE,%eax /* Enable PSE */ 84 orl $CR4_PGE,%eax /* Enable PGE */ 87 orl $CR4_VME,%eax /* Enable VME */ 90 /* Now enable paging mode */ 115 orl $CR0_PE|CR0_PG,%eax /* enable paging */ 131 * copied into 'real-mode' low memory, it is where the 135 * 1Meg. -jackv 158 mov %ax, %es [all …]
|
/freebsd/sys/dev/ida/ |
H A D | ida_pci.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 70 ida_outl(ida, R_CMD_FIFO, qcb->hwqcb_busaddr); in ida_v3_submit() 79 if (completed == -1) { in ida_v3_done() 92 ida_v3_int_enable(struct ida_softc *ida, int enable) in ida_v3_int_enable() argument 94 if (enable) in ida_v3_int_enable() 95 ida->flags |= IDA_INTERRUPTS; in ida_v3_int_enable() 97 ida->flags &= ~IDA_INTERRUPTS; in ida_v3_int_enable() 98 ida_outl(ida, R_INT_MASK, enable ? INT_ENABLE : INT_DISABLE); in ida_v3_int_enable() 110 ida_outl(ida, R_42XX_REQUEST, qcb->hwqcb_busaddr); in ida_v4_submit() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | omap4-panda-es.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ 5 /dts-v1/; 8 #include "omap4-panda-common.dtsi" 11 model = "TI OMAP4 PandaBoard-ES"; 12 compatible = "ti,omap4-panda-es", "ti,omap4-panda", "ti,omap4460", "ti,omap4430", "ti,omap4"; 20 ti,audio-routing = 33 pinctrl-single,pins = < 41 led_gpio_pins: gpio-led-pmx-pins { 42 pinctrl-single,pins = < [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Interpreter/ |
H A D | IncrementalExecutor.cpp | 1 //===--- IncrementalExecutor.cpp - Incremental Execution --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 46 JITBuilder->setJITTargetMachineBuilder(std::move(JTMB)); in createDefaultJITBuilder() 47 JITBuilder->setPrePlatformSetup([](llvm::orc::LLJIT &J) { in createDefaultJITBuilder() 48 // Try to enable debugging of JIT'd code (only works with JITLink for in createDefaultJITBuilder() 75 Jit->getMainJITDylib().createResourceTracker(); in addModule() 78 return Jit->addIRModule(RT, {std::move(PTU.TheModule), TSCtx}); in addModule() 88 if (llvm::Error Err = RT->remove()) in removeModule() [all …]
|
/freebsd/stand/i386/boot2/ |
H A D | boot1.S | 84 * %cx:%ax - long - LBA to read in 85 * %es:(%bx) - caddr_t - buffer to read data into 86 * %dl - byte - drive to read from 87 * %dh - byte - num sectors to read 99 push %es # Address of 120 mov %cx,%es # Address 140 * FreeBSD slice. The second pass looks for the first non-active FreeBSD 193 mov $MEM_BTX+(NSECT-1)*SIZ_SEC,%cx # Byte 199 * Enable A20 so we can access memory above 1 meg. 200 * Use the zero-valued %cx as a timeout for embedded hardware which do not [all …]
|
/freebsd/stand/i386/btx/btx/ |
H A D | btx.S | 41 .set PSL_I,0x00000200 # Interrupt enable flag 72 .set V86_ES,0x8 # V86 ES 106 .set _TSSIO,MEM_MAP-MEM_TSS # TSS I/O base 107 .set _TSSLM,MEM_TSS_END-MEM_TSS # TSS limit 108 .set _IDTLM,MEM_TSS-MEM_IDT-1 # IDT limit 124 .word PAG_CNT-MEM_ORG>>0xc # Paging control 125 .word break-start # Text size 134 mov %ax,%es # Address 142 mov $(MEM_ORG-MEM_IDT)/2,%cx # Words to zero 143 rep # Zero-fill [all …]
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_vc_common.c | 1 /* SPDX-License-Identifier: BSD-3-Clause */ 47 * iavf_send_pf_msg - Send virtchnl message to PF device 62 struct iavf_hw *hw = &sc->hw; in iavf_send_pf_msg() 63 device_t dev = sc->dev; in iavf_send_pf_msg() 68 val_err = virtchnl_vc_validate_vf_msg(&sc->version, op, msg, len); in iavf_send_pf_msg() 91 iavf_aq_str(hw, hw->aq.asq_last_status)); in iavf_send_pf_msg() 97 * iavf_send_api_ver - Send the API version we support to the PF 119 * iavf_verify_api_ver - Verify the PF supports our API version 132 struct iavf_hw *hw = &sc->hw; in iavf_verify_api_ver() 135 device_t dev = sc->dev; in iavf_verify_api_ver() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed.rc | 27 # Command-line options for ZED_EMAIL_PROG. 28 # The string @ADDRESS@ will be replaced with the recipient email address(es). 30 # this should be protected with quotes to prevent word-splitting. 34 #ZED_EMAIL_OPTS="-s '@SUBJECT@' @ADDRESS@" 55 # Disabled by default, any non-empty value will enable the feature. 61 # This grants full access to your account -- protect it accordingly! 62 # <https://www.pushbullet.com/get-started> 64 # Disabled by default; uncomment to enable. 70 # <https://www.pushbullet.com/my-channel> 73 # Disabled by default; uncomment to enable. [all …]
|
/freebsd/contrib/flex/ |
H A D | NEWS | 3 * Noteworthy changes in release 2.6.4 (2017-05-06) [stable] 62 * Noteworthy changes in release 2.6.3 (2016-12-30) [stable] 76 *** A new configure option --disable-bootstrap changes the behavior of 78 "--enable-bootstrap" behavior is to build flex, then to use that 79 flex to build flex again. With --disable-bootstrap, the scanner is 89 --disable-libfl option to configure. Resolves #99. 103 * version 2.6.2 released 2016-10-24 113 *** flex no longer generates non-ANSI code 129 *** a new option to configure --enable-warnings to encapsulate passing 130 of warning-related flags which is useful in testing flex [all …]
|
/freebsd/share/man/man4/ |
H A D | ahd.4 | 34 .Nd Adaptec PCI/PCI-X Ultra320 SCSI host adapter driver 39 .Bd -ragged -offset indent 53 .Bd -literal -offset indent 59 bus(es) connected to Adaptec 74 .Bl -column -offset indent Value Function 89 0x2000 Enable extra diagnostic code in the firmware 94 option compiles in support for human-readable bit definitions for each register 100 .Tn SCSI-Select 114 .Bd -ragged -offset indent 116 mode is desired. For example, a value of 0x25, would enable target mode on [all …]
|
/freebsd/contrib/unbound/contrib/ |
H A D | redirect-bogus.patch | 3 --- daemon/worker.c (revision 4191) 5 @@ -663,8 +663,21 @@ 6 if(!inplace_cb_reply_servfail_call(&worker->env, qinfo, NULL, rep, 7 LDNS_RCODE_SERVFAIL, edns, worker->scratchpad)) 9 - error_encode(repinfo->c->buffer, LDNS_RCODE_SERVFAIL, 10 - qinfo, id, flags, edns); 11 + if (qinfo->qtype == LDNS_RR_TYPE_A && 12 + worker->env.cfg->redirect_bogus_ipv4) { 14 + fixed_address_encode(repinfo->c->buffer, 16 + worker->env.cfg->redirect_bogus_ipv4); [all …]
|
/freebsd/sys/dev/ixl/ |
H A D | ixl_pf_main.c | 3 Copyright (c) 2013-2018, Intel Corporation 115 "CL108 RS-FEC", 116 "CL74 FC-FEC/BASE-R", 127 * ixl_set_state - Set the specified state 141 * ixl_clear_state - Clear the specified state 155 * ixl_test_state - Test the specified state 170 * ixl_testandset_state - Test and set the specified state 193 u8 oem_ver = (u8)(hw->nvm.oem_ver >> 24); in ixl_nvm_version_str() 194 u16 oem_build = (u16)((hw->nvm.oem_ver >> 16) & 0xFFFF); in ixl_nvm_version_str() 195 u8 oem_patch = (u8)(hw->nvm.oem_ver & 0xFF); in ixl_nvm_version_str() [all …]
|
/freebsd/sys/kern/ |
H A D | kern_exec.c | 1 /*- 2 * SPDX-License-Identifier: BSD-2-Clause 106 MALLOC_DEFINE(M_PARGS, "proc-args", "Process arguments"); 111 "Enable file path packing in 'procstat -f' coredump notes"); 116 "Enable file path packing in 'procstat -v' coredump notes"); 165 if (req->flags & SCTL_MASK32) { in sysctl_kern_ps_strings() 183 if (req->flags & SCTL_MASK32) { in sysctl_kern_usrstack() 186 val32 = round_page((unsigned int)p->p_vmspace->vm_stacktop); in sysctl_kern_usrstack() 190 val = round_page(p->p_vmspace->vm_stacktop); in sysctl_kern_usrstack() 200 return (SYSCTL_OUT(req, &p->p_sysent->sv_stackprot, in sysctl_kern_stackprot() [all …]
|