Home
last modified time | relevance | path

Searched refs:blob (Results 1 – 25 of 33) sorted by relevance

12

/arch/powerpc/platforms/pseries/
A Dpapr-rtas-common.c27 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 Dpapr-rtas-common.h45 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 Dpapr-indices.c203 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 Dpfunc_core.c85 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 Dlibfdt-wrapper.c156 void fdt_init(void *blob) in fdt_init() argument
173 fdt = blob; in fdt_init()
A Dops.h84 void fdt_init(void *blob);
/arch/arm64/boot/dts/qcom/
A Dsc7180-trogdor-lte-sku.dtsi23 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
/arch/arm/boot/dts/broadcom/
A Dbcm2837-rpi-cm3-io3.dts13 * This is based on the official GPU firmware DT blob.
A Dbcm2835-rpi-cm1-io1.dts13 * This is based on the official GPU firmware DT blob.
A Dbcm2835-rpi-zero.dts25 * This is based on the official GPU firmware DT blob.
A Dbcm2836-rpi-2-b.dts22 * the official GPU firmware DT blob.
A Dbcm2837-rpi-2-b.dts22 * the official GPU firmware DT blob.
A Dbcm2835-rpi-zero-w.dts35 * This is based on the official GPU firmware DT blob.
A Dbcm2711-rpi-cm4-io.dts23 * the official GPU firmware DT blob.
A Dbcm2837-rpi-zero-2-w.dts34 * This is based on the official GPU firmware DT blob.
A Dbcm2837-rpi-3-b.dts49 * the official GPU firmware DT blob.
A Dbcm2837-rpi-3-b-plus.dts49 * the official GPU firmware DT blob.
A Dbcm2837-rpi-3-a-plus.dts43 * This is mostly based on the official GPU firmware DT blob.
A Dbcm2711-rpi-4-b.dts77 * the official GPU firmware DT blob.
/arch/x86/kvm/svm/
A Dsev.c1010 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 Dc293pcie.dts101 /* 1MB for blob encrypted key */
103 label = "NOR blob encrypted key";
/arch/arm/boot/dts/intel/socfpga/
A Dsocfpga_arria5_socdk.dts25 * to be added to the gmac1 device tree blob.
A Dsocfpga_cyclone5_socdk.dts25 * to be added to the gmac1 device tree blob.
A Dsocfpga_cyclone5_sockit.dts25 * to be added to the gmac1 device tree blob.
/arch/arm/mach-s3c/
A DKconfig.s3c64xx133 Select this if a fdt blob is available for your S3C64XX SoC based

Completed in 42 milliseconds

12