| /linux/drivers/gpu/drm/etnaviv/ |
| H A D | etnaviv_gpu.c | 48 *value = gpu->identity.model; in etnaviv_gpu_get_param() 52 *value = gpu->identity.revision; in etnaviv_gpu_get_param() 56 *value = gpu->identity.features; in etnaviv_gpu_get_param() 60 *value = gpu->identity.minor_features0; in etnaviv_gpu_get_param() 64 *value = gpu->identity.minor_features1; in etnaviv_gpu_get_param() 68 *value = gpu->identity.minor_features2; in etnaviv_gpu_get_param() 72 *value = gpu->identity.minor_features3; in etnaviv_gpu_get_param() 76 *value = gpu->identity.minor_features4; in etnaviv_gpu_get_param() 80 *value = gpu->identity.minor_features5; in etnaviv_gpu_get_param() 84 *value = gpu->identity.minor_features6; in etnaviv_gpu_get_param() [all …]
|
| /linux/drivers/nvme/common/ |
| H A D | keyring.c | 95 char *identity; in nvme_tls_psk_lookup() local 100 identity = kzalloc(identity_len, GFP_KERNEL); in nvme_tls_psk_lookup() 101 if (!identity) in nvme_tls_psk_lookup() 104 snprintf(identity, identity_len, "NVMe%u%c%02u %s %s", in nvme_tls_psk_lookup() 111 keyring_id, identity); in nvme_tls_psk_lookup() 114 identity, false); in nvme_tls_psk_lookup() 117 identity, PTR_ERR(keyref)); in nvme_tls_psk_lookup() 118 kfree(identity); in nvme_tls_psk_lookup() 121 kfree(identity); in nvme_tls_psk_lookup() 136 * Refresh a generated version 1 TLS PSK with the identity generated [all …]
|
| H A D | auth.c | 575 * TLS PSK and PSK identity Derivation 580 * suite associated with the PSK identity) with the PSK as HMAC key to the 673 * TLS PSK and PSK identity Derivation 677 * identity using the HKDF-Extract and HKDF-Expand-Label operations 679 * one specified by the hash specifier of the PSK identity: 683 * the PSK identity concatenated to a space character and to the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-soc | 31 code. The format is "jep106:XXYY" where XX is identity code and 41 The specified mechanism is that an identity code of 0x7F 43 of an additional identity code field, and this mechanism 45 by the manufacturer's identity code. 47 For example, ARM has identity code 0x7F 0x7F 0x7F 0x7F 0x3B, 49 as JEP106 identity code of 0x3B and a continuation code of 51 identity code. 70 vendors. The format is "jep106:XXYY:ZZZZ" where XX is identity
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | dib0090.c | 166 struct dib0090_identity identity; member 190 struct dib0090_identity identity; member 331 struct dib0090_identity *identity = &state->identity; in dib0090_identify() local 335 identity->p1g = 0; in dib0090_identify() 336 identity->in_soc = 0; in dib0090_identify() 343 identity->version = v & 0xff; in dib0090_identify() 344 identity->product = (v >> 8) & 0xf; in dib0090_identify() 346 if (identity->product != KROSUS) in dib0090_identify() 349 if ((identity->version & 0x3) == SOC) { in dib0090_identify() 350 identity->in_soc = 1; in dib0090_identify() [all …]
|
| /linux/drivers/hv/ |
| H A D | mshv_root_hv_call.c | 831 const union hv_stats_object_identity *identity, in hv_call_map_stats_page2() argument 848 input->identity = *identity; in hv_call_map_stats_page2() 873 const union hv_stats_object_identity *identity) in hv_stats_get_area_type() argument 877 return identity->hv.stats_area_type; in hv_stats_get_area_type() 879 return identity->lp.stats_area_type; in hv_stats_get_area_type() 881 return identity->partition.stats_area_type; in hv_stats_get_area_type() 883 return identity->vp.stats_area_type; in hv_stats_get_area_type() 901 const union hv_stats_object_identity *identity, in hv_call_map_stats_page() argument 917 input->identity = *identity; in hv_call_map_stats_page() 928 if (hv_stats_get_area_type(type, identity) == HV_STATS_AREA_PARENT && in hv_call_map_stats_page() [all …]
|
| /linux/fs/nls/ |
| H A D | nls_utf8.c | 12 static unsigned char identity[256]; variable 47 .charset2lower = identity, /* no conversion */ 48 .charset2upper = identity, 55 identity[i] = i; in init_nls_utf8()
|
| /linux/include/linux/platform_data/ |
| H A D | mlxreg.h | 75 * @identity: notifier identity name; 80 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member 193 * @identity: device identity name; 202 char identity[MLXREG_CORE_LABEL_MAX_SIZE]; member
|
| /linux/drivers/watchdog/ |
| H A D | sb_wdog.c | 100 .identity = "SiByte Watchdog", 132 ident.identity); in sbwdog_release() 277 ident.identity, in sbwdog_interrupt() 297 ident.identity, ret); in sbwdog_init() 306 ident.identity, (void *)user_dog); in sbwdog_init() 309 ident.identity, ret); in sbwdog_init() 316 ident.identity, in sbwdog_init()
|
| H A D | mlx_wdt.c | 212 .identity = "mlx-wdt-main", 218 .identity = "mlx-wdt-aux", 242 if (strnstr(pdata->identity, mlxreg_wdt_main_info.identity, in mlxreg_wdt_config() 243 sizeof(mlxreg_wdt_main_info.identity))) in mlxreg_wdt_config()
|
| /linux/Documentation/driver-api/usb/ |
| H A D | typec.rst | 91 show the result of Discover Identity command, the partner descriptor structure 93 create a sysfs directory for the identity under the partner device. The result 94 of Discover Identity command can then be reported with the following API: 103 Structured VDM "Discover Identity", the port driver needs to register the cable 124 the result of Discover Identity command, the cable descriptor structure should 126 sysfs directory for the identity under the cable device. The result of Discover 127 Identity command can then be reported with the following API:
|
| /linux/arch/x86/boot/compressed/ |
| H A D | ident_map_64.c | 3 * This code is used on x86_64 to create page table identity mappings on 17 /* These actually do the work of building the kernel identity maps. */ 91 * Adds the specified range to the identity mappings. 157 * command line to be mapped in the identity mapping. Map them in initialize_identity_maps() 170 * need to be accessed by uncompressed kernel via the identity mapping. in initialize_identity_maps() 384 * Error code is sane - now identity map the 2M region around in do_boot_page_fault()
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-ic-csc.c | 17 /* identity matrix */ 18 static const struct ipu_ic_csc_params identity = { variable 98 &identity, 101 &identity, 105 &identity, 108 &identity,
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | linear.rst | 23 # Create an identity mapping for a device 24 echo "0 `blockdev --getsz $1` linear $1 0" | dmsetup create identity
|
| /linux/security/selinux/ss/ |
| H A D | constraint.h | 9 * identity or role unless it is in a privileged type. 12 * identity.
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
| H A D | outp.c | 123 if (!ior->identity && ior->hda == hda && in nvkm_outp_acquire_hda() 133 if (!ior->identity && ior->hda == hda && in nvkm_outp_acquire_hda() 160 /* Deal with panels requiring identity-mapped SOR assignment. */ in nvkm_outp_acquire_or() 161 if (outp->identity) { in nvkm_outp_acquire_or() 172 if (!ior->identity && !ior->asy.outp && ior->arm.outp == outp) { in nvkm_outp_acquire_or()
|
| /linux/Documentation/process/ |
| H A D | code-of-conduct.rst | 12 size, disability, ethnicity, sex characteristics, gender identity and 14 personal appearance, race, religion, or sexual identity and orientation.
|
| /linux/arch/x86/xen/ |
| H A D | setup.c | 50 * Buffer used to remap identity mapped pages. We only need the virtual space. 211 * This releases a chunk of memory and then does the identity map. It's used 278 * This function updates the p2m and m2p tables with an identity map from 322 /* Set identity map */ in xen_do_set_identity_and_remap_chunk() 333 * This function takes a contiguous pfn range that needs to be identity mapped 361 /* Identity map remaining pages */ in xen_set_identity_and_remap_chunk() 370 pr_warn("Unable to find available pfn range, not remapping identity pages\n"); in xen_set_identity_and_remap_chunk() 939 * Set the rest as identity mapped, in case PCI BARs are in xen_memory_setup() 977 * Set identity map on non-RAM pages and prepare remapping the in xen_memory_setup()
|
| /linux/drivers/net/ethernet/amd/pds_core/ |
| H A D | debugfs.c | 63 DEFINE_SHOW_ATTRIBUTE(identity); 70 dentry = debugfs_lookup("identity", pdsc->dentry); in pdsc_debugfs_add_ident() 76 debugfs_create_file("identity", 0400, pdsc->dentry, in pdsc_debugfs_add_ident()
|
| /linux/arch/x86/kernel/ |
| H A D | head_64.S | 33 * because we need identity-mapped pages. 42 * and someone has loaded an identity mapped page table 43 * for us. These identity mapped page tables map all of the 133 * Switch to early_top_pgt which still has the identity mappings 158 * to have any identity mapped pages in the kernel page table 194 * unmap the identity mapped ranges.
|
| /linux/Documentation/virt/hyperv/ |
| H A D | vpci.rst | 42 have a dual identity. They are initially presented to Linux 44 mechanism, so they have a VMBus identity and appear under 51 device also has a normal PCI identity in Linux, and the normal 132 processes by removing the VMBus identity for the device. Once 248 including vPCI devices (since they have a dual identity as a VMBus
|
| /linux/net/tipc/ |
| H A D | discover.c | 52 * @bearer_id: identity of bearer issuing requests 119 tipc_bearer_xmit_skb(net, b->identity, skb, maddr); in tipc_disc_msg_xmit() 375 d->bearer_id = b->identity; in tipc_disc_create() 420 d->bearer_id = b->identity; in tipc_disc_reset() 429 tipc_bearer_xmit_skb(net, b->identity, skb, &maddr); in tipc_disc_reset()
|
| /linux/tools/testing/selftests/kvm/lib/x86/ |
| H A D | memstress.c | 70 * 513 page tables is enough to identity-map 256 TiB of L2 with 1G in memstress_l1_guest_code() 82 * Identity map the first 4G and the test region with 1G pages so that in memstress_nested_pages()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | client-identifier.rst | 69 As part of the identity presented to servers, a good 162 container system has access to some sort of per-container identity 176 AUTH_SYS and UID 0 as the principal part of its client identity.
|
| /linux/tools/testing/selftests/kvm/ |
| H A D | steal_time.c | 72 /* ST_GPA_BASE is identity mapped */ in steal_time_init() 189 /* ST_GPA_BASE is identity mapped */ in steal_time_init() 311 /* ST_GPA_BASE is identity mapped */ in steal_time_init() 441 /* ST_GPA_BASE is identity mapped */ in steal_time_init() 520 /* Create a VM and an identity mapped memslot for the steal time structure */ in main()
|