Home
last modified time | relevance | path

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

12

/arch/powerpc/platforms/pseries/
Dpapr-vpd.c130 static bool vpd_blob_has_data(const struct vpd_blob *blob) in vpd_blob_has_data() argument
132 return blob->data && blob->len; in vpd_blob_has_data()
135 static void vpd_blob_free(const struct vpd_blob *blob) in vpd_blob_free() argument
137 if (blob) { in vpd_blob_free()
138 kvfree(blob->data); in vpd_blob_free()
139 kfree(blob); in vpd_blob_free()
152 static int vpd_blob_extend(struct vpd_blob *blob, const char *data, size_t len) in vpd_blob_extend() argument
154 const size_t new_len = blob->len + len; in vpd_blob_extend()
155 const size_t old_len = blob->len; in vpd_blob_extend()
156 const char *old_ptr = blob->data; in vpd_blob_extend()
[all …]
/arch/powerpc/platforms/powermac/
Dpfunc_core.c81 static void print_blob(const char *title, const void *blob, int bytes)
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
[all …]
/arch/powerpc/boot/
Dlibfdt-wrapper.c156 void fdt_init(void *blob) in fdt_init() argument
173 fdt = blob; in fdt_init()
Dops.h84 void fdt_init(void *blob);
/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-lte-sku.dtsi23 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
/arch/arm/boot/dts/broadcom/
Dbcm2835-rpi-cm1-io1.dts13 * This is based on the official GPU firmware DT blob.
Dbcm2837-rpi-cm3-io3.dts13 * This is based on the official GPU firmware DT blob.
Dbcm2835-rpi-zero.dts25 * This is based on the official GPU firmware DT blob.
Dbcm2836-rpi-2-b.dts22 * the official GPU firmware DT blob.
Dbcm2711-rpi-cm4-io.dts23 * the official GPU firmware DT blob.
Dbcm2835-rpi-zero-w.dts35 * This is based on the official GPU firmware DT blob.
Dbcm2837-rpi-zero-2-w.dts34 * This is based on the official GPU firmware DT blob.
Dbcm2837-rpi-3-b.dts49 * the official GPU firmware DT blob.
Dbcm2837-rpi-3-a-plus.dts43 * This is mostly based on the official GPU firmware DT blob.
Dbcm2837-rpi-3-b-plus.dts49 * the official GPU firmware DT blob.
Dbcm2711-rpi-4-b.dts77 * the official GPU firmware DT blob.
/arch/x86/kvm/svm/
Dsev.c984 void *blob = NULL; in sev_launch_measure() local
1004 blob = kzalloc(params.len, GFP_KERNEL_ACCOUNT); in sev_launch_measure()
1005 if (!blob) in sev_launch_measure()
1008 data.address = __psp_pa(blob); in sev_launch_measure()
1025 if (blob) { in sev_launch_measure()
1026 if (copy_to_user(p, blob, params.len)) in sev_launch_measure()
1035 kfree(blob); in sev_launch_measure()
1314 void *blob, *hdr; in sev_launch_secret() local
1349 blob = psp_copy_user_blob(params.trans_uaddr, params.trans_len); in sev_launch_secret()
1350 if (IS_ERR(blob)) { in sev_launch_secret()
[all …]
/arch/powerpc/boot/dts/fsl/
Dc293pcie.dts101 /* 1MB for blob encrypted key */
103 label = "NOR blob encrypted key";
/arch/arm/boot/dts/intel/socfpga/
Dsocfpga_arria5_socdk.dts25 * to be added to the gmac1 device tree blob.
Dsocfpga_cyclone5_socdk.dts25 * to be added to the gmac1 device tree blob.
Dsocfpga_cyclone5_sockit.dts25 * to be added to the gmac1 device tree blob.
Dsocfpga_cyclone5_vining_fpga.dts28 * to be added to the gmac1 device tree blob.
/arch/arm/mach-s3c/
DKconfig.s3c64xx133 Select this if a fdt blob is available for your S3C64XX SoC based
/arch/sh/kernel/
Dhead_32.S68 mov r4, r12 ! Store device tree blob pointer in r12
/arch/nios2/platform/
DKconfig.platform36 Physical address of a dtb blob.

12