| /arch/powerpc/platforms/pseries/ |
| A D | papr-rtas-common.c | 27 return blob->data && blob->len; in papr_rtas_blob_has_data() 32 if (blob) { in papr_rtas_blob_free() 33 kvfree(blob->data); in papr_rtas_blob_free() 34 kfree(blob); in papr_rtas_blob_free() 86 blob = kzalloc(sizeof(*blob), GFP_KERNEL_ACCOUNT); in papr_rtas_blob_generate() 87 if (!blob) in papr_rtas_blob_generate() 100 return blob; in papr_rtas_blob_generate() 140 if (!blob) in papr_rtas_run_sequence() 152 return blob; in papr_rtas_run_sequence() 190 return blob; in papr_rtas_retrieve() [all …]
|
| A D | papr-rtas-common.h | 45 extern bool papr_rtas_blob_has_data(const struct papr_rtas_blob *blob); 46 extern void papr_rtas_blob_free(const struct papr_rtas_blob *blob);
|
| A D | papr-indices.c | 203 const struct papr_rtas_blob *blob = file->private_data; in papr_indices_handle_read() local 206 if (!papr_rtas_blob_has_data(blob)) { in papr_indices_handle_read() 218 return simple_read_from_buffer(buf, size, off, blob->data, blob->len); in papr_indices_handle_read()
|
| /arch/powerpc/platforms/powermac/ |
| A D | pfunc_core.c | 85 printk("%02x ", *((u8 *)blob)); 86 blob += 1; 281 const void *blob = pmf_next_blob(cmd, bytes); in pmf_parser_write_i2c() local 284 LOG_BLOB("pmf: data: \n", blob, bytes); in pmf_parser_write_i2c() 286 PMF_PARSE_CALL(write_i2c, cmd, h, bytes, blob); in pmf_parser_write_i2c() 323 const void *blob = pmf_next_blob(cmd, bytes); in pmf_parser_write_cfg() local 326 LOG_BLOB("pmf: data: \n", blob, bytes); in pmf_parser_write_cfg() 328 PMF_PARSE_CALL(write_cfg, cmd, h, offset, bytes, blob); in pmf_parser_write_cfg() 366 const void *blob = pmf_next_blob(cmd, bytes); in pmf_parser_write_i2c_sub() local 370 LOG_BLOB("pmf: data: \n", blob, bytes); in pmf_parser_write_i2c_sub() [all …]
|
| /arch/powerpc/boot/ |
| A D | libfdt-wrapper.c | 156 void fdt_init(void *blob) in fdt_init() argument 173 fdt = blob; in fdt_init()
|
| A D | ops.h | 84 void fdt_init(void *blob);
|
| /arch/arm64/boot/dts/qcom/ |
| A D | sc7180-trogdor-lte-sku.dtsi | 23 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
|
| /arch/arm/boot/dts/broadcom/ |
| A D | bcm2837-rpi-cm3-io3.dts | 13 * This is based on the official GPU firmware DT blob.
|
| A D | bcm2835-rpi-cm1-io1.dts | 13 * This is based on the official GPU firmware DT blob.
|
| A D | bcm2835-rpi-zero.dts | 25 * This is based on the official GPU firmware DT blob.
|
| A D | bcm2836-rpi-2-b.dts | 22 * the official GPU firmware DT blob.
|
| A D | bcm2837-rpi-2-b.dts | 22 * the official GPU firmware DT blob.
|
| A D | bcm2835-rpi-zero-w.dts | 35 * This is based on the official GPU firmware DT blob.
|
| A D | bcm2711-rpi-cm4-io.dts | 23 * the official GPU firmware DT blob.
|
| A D | bcm2837-rpi-zero-2-w.dts | 34 * This is based on the official GPU firmware DT blob.
|
| A D | bcm2837-rpi-3-b.dts | 49 * the official GPU firmware DT blob.
|
| A D | bcm2837-rpi-3-b-plus.dts | 49 * the official GPU firmware DT blob.
|
| A D | bcm2837-rpi-3-a-plus.dts | 43 * This is mostly based on the official GPU firmware DT blob.
|
| A D | bcm2711-rpi-4-b.dts | 77 * the official GPU firmware DT blob.
|
| /arch/x86/kvm/svm/ |
| A D | sev.c | 1010 void *blob = NULL; in sev_launch_measure() local 1031 if (!blob) in sev_launch_measure() 1051 if (blob) { in sev_launch_measure() 1061 kfree(blob); in sev_launch_measure() 1336 void *blob, *hdr; in sev_launch_secret() local 1372 if (IS_ERR(blob)) { in sev_launch_secret() 1394 kfree(blob); in sev_launch_secret() 1411 void *blob = NULL; in sev_get_attestation_report() local 1432 if (!blob) in sev_get_attestation_report() 1451 if (blob) { in sev_get_attestation_report() [all …]
|
| /arch/powerpc/boot/dts/fsl/ |
| A D | c293pcie.dts | 101 /* 1MB for blob encrypted key */ 103 label = "NOR blob encrypted key";
|
| /arch/arm/boot/dts/intel/socfpga/ |
| A D | socfpga_arria5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
| A D | socfpga_cyclone5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
| A D | socfpga_cyclone5_sockit.dts | 25 * to be added to the gmac1 device tree blob.
|
| /arch/arm/mach-s3c/ |
| A D | Kconfig.s3c64xx | 133 Select this if a fdt blob is available for your S3C64XX SoC based
|