/linux/Documentation/tee/ |
H A D | ts-tee.rst | 4 TS-TEE (Trusted Services project) 7 This driver provides access to secure services implemented by Trusted Services. 9 Trusted Services [1] is a TrustedFirmware.org project that provides a framework 10 for developing and deploying device Root of Trust services in FF-A [2] S-EL0 16 Services RPC protocol is used [5]. To use the driver from user space a reference 17 implementation is provided at [6], which is part of the Trusted Services client 20 All Trusted Services (TS) SPs have the same FF-A UUID; it identifies the TS RPC 21 protocol. A TS SP can host one or more services (e.g. PSA Crypto, PSA ITS, etc). 33 services. Opening a service corresponds to opening a session in the given 36 Overview of a system with Trusted Services components:: [all …]
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-qat | 24 Write to the file to change the configured services. 29 services 31 * dc: the device is configured for running compression services 35 services 37 services 39 crypto services and compression services 42 services and compression services 49 a device configured for running crypto services in order to 117 * dc: the ring pair is configured for running compression services 119 services [all …]
|
/linux/drivers/soc/qcom/ |
H A D | qcom_pd_mapper.c | 28 const char * services[]; member 46 struct list_head services; member 57 list_for_each_entry(service, &data->services, list) { in qcom_pdm_find() 87 list_add_tail(&service->list, &data->services); in qcom_pdm_add_service_domain() 120 for (i = 0; domain->services[i]; i++) { in qcom_pdm_add_domain() 122 domain->services[i], in qcom_pdm_add_domain() 138 list_for_each_entry_safe(service, tservice, &data->services, list) { in qcom_pdm_free_domains() 257 .services = { 266 .services = { NULL }, 272 .services = { NULL }, [all …]
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-g-sliced-vbi-cap.rst | 34 To find out which data services are supported by a sliced VBI capture or 57 - :cspan:`2` A set of all data services supported by the driver. 63 services the hardware can look for or insert into a particular 64 scan line. Data services are defined in :ref:`vbi-services`. 95 output per frame, or the number of services it can identify on a 127 .. _vbi-services: 129 .. flat-table:: Sliced VBI services 168 - :cspan:`2` Set of services applicable to 525 line systems. 171 - :cspan:`2` Set of services applicable to 625 line systems.
|
H A D | dev-sliced-vbi.rst | 56 To find out which data services are supported by the hardware 63 services it can identify on a given line are limited. For example on PAL 67 To determine the currently selected services applications set the 82 all services may be supported by the hardware on all lines (this is 84 other services can only be inserted in one specific line). In many 86 to the required services and let the driver fill the ``service_lines`` 127 array will be filled by the driver according to the services 137 services than requested, perhaps just one, if the hardware cannot 138 handle more services simultaneously. It may be empty (zero) if 139 none of the requested services are supported by the hardware. [all …]
|
/linux/arch/x86/coco/tdx/ |
H A D | tdcall.S | 13 * __tdcall() - Used by TDX guests to request services from the TDX 14 * module (does not include VMM services) using TDCALL instruction. 30 * __tdcall_ret() - Used by TDX guests to request services from the TDX 31 * module (does not include VMM services) using TDCALL instruction, with 48 * __tdcall_saved_ret() - Used by TDX guests to request services from the 49 * TDX module (including VMM services) using TDCALL instruction, with
|
/linux/Documentation/virt/kvm/arm/ |
H A D | fw-pseudo-registers.rst | 7 KVM handles the hypercall services as requested by the guests. New hypercall 8 services are regularly made available by the ARM specification or by KVM (as 9 vendor services) if they make sense from a virtualization point of view. 27 specification in order to provide services such as CPU on/off, reset 82 hypercall services in the form of a feature-bitmap to the userspace. This 83 bitmap is translated to the services that are available to the guest. 89 hypercall services via GET_ONE_REG. The user-space can write-back the 106 The bit represents the services offered under v1.0 of ARM True Random
|
/linux/drivers/firmware/efi/ |
H A D | arm-runtime.c | 84 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e., 93 pr_info("EFI services will not be available.\n"); in arm_enable_runtime_services() 131 pr_info("EFI runtime services will be disabled.\n"); in arm_enable_runtime_services() 136 pr_info("EFI runtime services access via paravirt.\n"); in arm_enable_runtime_services() 140 pr_info("Remapping and enabling EFI services.\n"); in arm_enable_runtime_services() 143 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in arm_enable_runtime_services() 147 /* Set up runtime services function pointers */ in arm_enable_runtime_services()
|
H A D | riscv-runtime.c | 62 * Enable the UEFI Runtime Services if all prerequisites are in place, i.e., 71 pr_info("EFI services will not be available.\n"); in riscv_enable_runtime_services() 109 pr_info("EFI runtime services will be disabled.\n"); in riscv_enable_runtime_services() 114 pr_info("EFI runtime services access via paravirt.\n"); in riscv_enable_runtime_services() 118 pr_info("Remapping and enabling EFI services.\n"); in riscv_enable_runtime_services() 121 pr_err("UEFI virtual mapping missing or invalid -- runtime services will not be available\n"); in riscv_enable_runtime_services() 125 /* Set up runtime services function pointers */ in riscv_enable_runtime_services()
|
H A D | Kconfig | 58 Use DXE services to check and alter memory protection 151 Say Y here to enable the runtime services support via /dev/efi_test. 237 bool "Disable EFI runtime services support by default" 240 Allow to disable the EFI runtime services support by default. This can 244 The EFI runtime services are disabled by default when PREEMPT_RT is 308 Enabling this will change the EFI runtime services from the firmware
|
/linux/drivers/tee/tstee/ |
H A D | Kconfig | 3 tristate "Arm Trusted Services TEE driver" 7 The Trusted Services project provides a framework for developing and 8 deploying device Root of Trust services in FF-A Secure Partitions. 9 This driver provides an interface to make Trusted Services Secure
|
/linux/drivers/pci/pcie/ |
H A D | portdrv.c | 54 * services are enabled in "mask". Return the number of MSI/MSI-X vectors 170 * pcie_init_service_irqs - initialize irqs for PCI Express port services 221 int services = 0; in get_port_device_capability() local 227 services |= PCIE_PORT_SERVICE_HP; in get_port_device_capability() 242 services |= PCIE_PORT_SERVICE_AER; in get_port_device_capability() 249 services |= PCIE_PORT_SERVICE_PME; in get_port_device_capability() 265 (pcie_ports_dpc_native || (services & PCIE_PORT_SERVICE_AER))) in get_port_device_capability() 266 services |= PCIE_PORT_SERVICE_DPC; in get_port_device_capability() 276 services |= PCIE_PORT_SERVICE_BWCTRL; in get_port_device_capability() 279 return services; in get_port_device_capability() [all …]
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_services.c | 27 char services[ADF_CFG_MAX_VAL_LEN_IN_BYTES] = {0}; in adf_get_service_enabled() local 31 ADF_SERVICES_ENABLED, services); in adf_get_service_enabled() 39 services); in adf_get_service_enabled() 43 services); in adf_get_service_enabled()
|
/linux/Documentation/admin-guide/device-mapper/ |
H A D | dm-io.rst | 5 Dm-io provides synchronous and asynchronous I/O services. There are three 6 types of I/O services available, and each type has a sync and an async 58 Callers of the asynchronous I/O services must include the name of a completion 68 Before using any of the dm-io services, the user should call dm_io_get() 73 When the user is finished using the dm-io services, they should call
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | uefi.rst | 28 If EFI runtime services are expected, the following configuration should 44 - If some or all EFI runtime services don't work, you can try following 46 services. 49 turn off all EFI runtime services
|
/linux/drivers/media/test-drivers/vidtv/ |
H A D | vidtv_channel.c | 10 * Their services will be concatenated to populate the SDT. 206 /* Concatenate the services */ in vidtv_channel_sdt_serv_cat_into_new() 224 "No services found for channel %s\n", in vidtv_channel_sdt_serv_cat_into_new() 420 struct vidtv_psi_table_sdt_service *services = NULL; in vidtv_channel_si_init() local 435 services = vidtv_channel_sdt_serv_cat_into_new(m); in vidtv_channel_si_init() 436 if (!services) in vidtv_channel_si_init() 444 service_list = vidtv_channel_build_service_list(services); in vidtv_channel_si_init() 465 /* assemble all services and assign to SDT */ in vidtv_channel_si_init() 466 vidtv_psi_sdt_service_assign(m->si.sdt, services); in vidtv_channel_si_init() 493 vidtv_psi_sdt_service_destroy(services); in vidtv_channel_si_init()
|
/linux/drivers/misc/mei/pxp/ |
H A D | Kconfig | 5 tristate "Intel PXP services of ME Interface" 9 MEI Support for PXP Services on Intel platforms. 11 Enables the ME FW services required for PXP support through
|
/linux/drivers/misc/mei/hdcp/ |
H A D | Kconfig | 5 tristate "Intel HDCP2.2 services of ME Interface" 9 MEI Support for HDCP2.2 Services on Intel platforms. 11 Enables the ME FW services required for HDCP2.2 support through
|
/linux/drivers/misc/mei/gsc_proxy/ |
H A D | Kconfig | 5 tristate "Intel GSC Proxy services of ME Interface" 9 MEI Support for GSC Proxy Services on Intel platforms. 12 Intel graphics card and services on CSE (MEI) firmware
|
/linux/Documentation/arch/sparc/oradax/ |
H A D | dax-hv-api.txt | 12 Chapter 36. Coprocessor services 66 Coprocessor services 120 Device interrupt services). Sysino interrupts are not available for DAX devices. 128 Coprocessor services 176 Coprocessor services 228 Coprocessor services 284 Coprocessor services 342 Coprocessor services 397 Coprocessor services 454 Coprocessor services [all …]
|
/linux/Documentation/devicetree/bindings/soc/microchip/ |
H A D | microchip,mpfs-sys-controller.yaml | 14 which provides "services" to the main processor and to the FPGA fabric. These 15 services include hardware rng, reprogramming of the FPGA and verification of the 16 eNVM contents etc. More information on these services can be found online, at
|
/linux/Documentation/misc-devices/ |
H A D | mrvl_cn10k_dpi.rst | 14 DPI PF function is an administrative function which services the mailbox 18 mrvl_cn10k_dpi.ko misc driver loads on DPI PF device and services the 50 how applications use mailbox and ioctl services from DPI PF kernel driver.
|
/linux/drivers/s390/char/ |
H A D | diag_ftp.c | 3 * DIAGNOSE X'2C4' instruction based HMC FTP services, useable on z/VM 71 * diag_ftp_handler() - FTP services IRQ handler 81 return; /* not a FTP services sub-code */ in diag_ftp_handler() 218 * diag_ftp_startup() - startup of FTP services, when running on z/VM 235 * diag_ftp_shutdown() - shutdown of FTP services, when running on z/VM
|
/linux/Documentation/usb/ |
H A D | linux.inf | 45 ; DDInstal.Services section 46 [RNDIS.NT.5.1.Services] 48 needs = Usb_Rndis.ndi.Services
|
/linux/drivers/firmware/efi/libstub/ |
H A D | fdt.c | 95 /* Add FDT entries for EFI runtime services in chosen node. */ in update_fdt() 217 * should succeed. EFI boot services are exited at the end of this function. 219 * exit_boot_services() call, so the exiting of boot services is very tightly 274 efi_info("Exiting boot services...\n"); in allocate_new_fdt_and_exit_boot() 331 efi_err("Exit boot services failed.\n"); in allocate_new_fdt_and_exit_boot() 353 efi_err("Failed to update FDT and exit boot services\n"); in efi_boot_kernel()
|