Home
last modified time | relevance | path

Searched full:sdm (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dqcom-soc.yaml
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dintel,stratix10-svc.txt4 processor system (HPS) and Secure Device Manager (SDM). When the FPGA is
5 configured from HPS, there needs to be a way for HPS to notify SDM the
6 location and size of the configuration data. Then SDM will get the
10 communication with SDM, only the secure world of software (EL3, Exception
11 Layer 3) can interface with SDM. All software entities running on other
13 service from SDM.
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c818 struct safexcel_dma_mem *sdm; in safexcel_dma_alloc_mem_cb() local
824 sdm = arg; in safexcel_dma_alloc_mem_cb()
825 sdm->paddr = segs->ds_addr; in safexcel_dma_alloc_mem_cb()
829 safexcel_dma_alloc_mem(struct safexcel_softc *sc, struct safexcel_dma_mem *sdm, in safexcel_dma_alloc_mem() argument
834 KASSERT(sdm->vaddr == NULL, in safexcel_dma_alloc_mem()
845 &sdm->tag); /* dmat */ in safexcel_dma_alloc_mem()
852 error = bus_dmamem_alloc(sdm->tag, (void **)&sdm->vaddr, in safexcel_dma_alloc_mem()
853 BUS_DMA_WAITOK | BUS_DMA_ZERO | BUS_DMA_COHERENT, &sdm->map); in safexcel_dma_alloc_mem()
860 error = bus_dmamap_load(sdm->tag, sdm->map, sdm->vaddr, size, in safexcel_dma_alloc_mem()
861 safexcel_dma_alloc_mem_cb, sdm, BUS_DMA_NOWAIT); in safexcel_dma_alloc_mem()
[all …]
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_block_cache.c73 * http://www.intel.com/sdm. in pt_bcache_add()
91 * http://www.intel.com/sdm. in pt_bcache_lookup()
/freebsd/usr.sbin/bhyve/amd64/
H A Dtask_switch.c140 * Intel SDM volume 3.
569 * Section "Checks on Guest Segment Registers", Intel SDM, Vol 3. in tss32_restore()
644 * Section "Error Code" in the Intel SDM vol 3: the error code is in push_errcode()
654 * PUSH instruction from Intel SDM vol 2: the 'B' flag in the in push_errcode()
735 * Section 4.6, "Access Rights" in Intel SDM Vol 3. in vmexit_task_switch()
889 * Section "Interrupt Tasks" in Intel SDM, Vol 3: if an exception in vmexit_task_switch()
905 * Section "Architectural State Before A VM Exit", Intel SDM, Vol3: in vmexit_task_switch()
H A Dxmsr.c120 * "RAPL Interfaces" in Intel SDM vol3. in emulate_rdmsr()
/freebsd/sys/x86/cpufreq/
H A Dhwpstate_intel.c272 * uses MSR_IA32_ENERGY_PERF_BIAS instead (Intel SDM §14.4.4). in sysctl_epp_select()
341 * Intel SDM 14.4.1 (HWP Programming Interfaces): in intel_hwpstate_identify()
390 * feature flag, if the Intel SDM is correct. in set_autonomous_hwp()
455 * not exist." (Intel SDM §14.4.4) in set_autonomous_hwp()
/freebsd/tools/tools/intel-ucode-split/
H A Dintel-ucode-split.c39 /* SDM vol 3 9.11.1 Intel microcode header. */
54 * SDM vol 2A CPUID EAX = 01h Returns Model, Family, Stepping Information.
/freebsd/sys/amd64/vmm/intel/
H A Dvmx_msr.c182 * are documented in Section 35.5, Intel SDM dated Feb 2014. in nehalem_cpu()
207 * are documented in Section 35.6, Intel SDM dated Feb 2014. in westmere_cpu()
229 * From Intel SDM: Table "Memory Types That Can Be Encoded With PAT" in pat_valid()
H A Dvmx.h107 /* Posted Interrupt Descriptor (described in section 29.6 of the Intel SDM) */
H A Dvmx_support.S256 * instruction in Intel SDM, Vol 2.
H A Dvmx.c801 * and RDTSCP (see SDM volume 3, section 25.3, "Changes to in vmx_modinit()
808 * and RDTSCP (again, per SDM volume 3, section 25.3), and is in vmx_modinit()
1102 * guest RDTSCP support are enabled (since, as per Table 2-2 in SDM in vmx_init()
1567 * From the Intel SDM, Volume 3, Section "Maskable in vmx_inject_interrupts()
1579 * From the Intel SDM, Volume 3, Section "Maskable in vmx_inject_interrupts()
1964 * From section "Guest Register State" in the Intel SDM: CPL = SS.DPL
2430 * See "Information for VM Exits During Event Delivery" in Intel SDM in vmx_exit_process()
3753 * Chapter 29 of the Intel SDM.
3837 * following Section 30.2.1 in the Intel SDM Volume 3. in vmx_pending_intr()
/freebsd/sys/amd64/pt/
H A Dpt.h35 #define PT_IP_FILTER_MAX_RANGES (2) /* Intel SDM Vol. 3C, 33-29 */
/freebsd/sys/contrib/xen/hvm/
H A Dhvm_vcpu.h89 * obtained from the Intel SDM, Volume 3, section 3.4.5.
/freebsd/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1537 * "Stack Manipulation Instructions in 64-bit Mode", SDM, Vol 3 in emulate_stack_op()
1622 * Table A-6, "Opcode Extensions", Intel SDM, Vol 2. in emulate_push()
1643 * Table A-6, "Opcode Extensions", Intel SDM, Vol 2. in emulate_pop()
1709 * Intel SDM, Vol 2, Table 3-2: in emulate_bittest()
2379 * From section 2.2.1, "REX Prefixes", Intel SDM Vol 2: in decode_prefixes()
2396 * § 2.3.5, "The VEX Prefix", SDM Vol 2. in decode_prefixes()
2471 * Section "Operand-Size And Address-Size Attributes", Intel SDM, Vol 1 in decode_prefixes()
2735 * Section 2.2.1.5 "Immediates", Intel SDM: in decode_immediate()
2788 * Section 2.2.1.4, "Direct Memory-Offset MOVs", Intel SDM: in decode_moffset()
2852 * From "Specifying a Segment Selector", Intel SDM, Vol 1 in verify_gla()
H A Dvmm_lapic.c56 * According to section "Maskable Hardware Interrupts" in Intel SDM in lapic_set_intr()
/freebsd/sys/amd64/include/
H A Dparam.h126 * in the Intel SDM for more details.
/freebsd/sys/dev/e1000/
H A Dem_txrx.c201 * "PCI/PCI-X SDM 4.0" page 45, and "PCIe GbE SDM 2.5" page 63 in em_tso_setup()
286 * issues and ipcse must be 0 for IPv6 per "PCIe GbE SDM 2.5" page 61. in em_transmit_checksum_setup()
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dvdev_clear-sync-led.sh184 # U46 ONLINE 0 0 0 /dev/sdm 0
H A Dvdev_attach-sync-led.sh184 # U46 ONLINE 0 0 0 /dev/sdm 0
H A Dstatechange-sync-led.sh184 # U46 ONLINE 0 0 0 /dev/sdm 0
H A Dpool_import-sync-led.sh184 # U46 ONLINE 0 0 0 /dev/sdm 0
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp173 SymbolDependenceMap SDM; in toSymbolDependenceMap() local
182 SDM[JD] = Names; in toSymbolDependenceMap()
184 return SDM; in toSymbolDependenceMap()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dqcm6490-shift-otter.dts202 sdm-skin-thermal {
641 sdm-skin-therm@3 {
/freebsd/sys/dev/hwpmc/
H A Dhwpmc_intel.c192 case 0x55: /* SDM rev 63 */ in pmc_intel_initialize()

123