| /arch/powerpc/platforms/pseries/ |
| D | papr-vpd.c | 130 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/ |
| D | pfunc_core.c | 81 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/ |
| D | libfdt-wrapper.c | 156 void fdt_init(void *blob) in fdt_init() argument 173 fdt = blob; in fdt_init()
|
| D | ops.h | 84 void fdt_init(void *blob);
|
| /arch/arm64/boot/dts/qcom/ |
| D | sc7180-trogdor-lte-sku.dtsi | 23 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the
|
| /arch/arm/boot/dts/broadcom/ |
| D | bcm2835-rpi-cm1-io1.dts | 13 * This is based on the official GPU firmware DT blob.
|
| D | bcm2837-rpi-cm3-io3.dts | 13 * This is based on the official GPU firmware DT blob.
|
| D | bcm2835-rpi-zero.dts | 25 * This is based on the official GPU firmware DT blob.
|
| D | bcm2836-rpi-2-b.dts | 22 * the official GPU firmware DT blob.
|
| D | bcm2711-rpi-cm4-io.dts | 23 * the official GPU firmware DT blob.
|
| D | bcm2835-rpi-zero-w.dts | 35 * This is based on the official GPU firmware DT blob.
|
| D | bcm2837-rpi-zero-2-w.dts | 34 * This is based on the official GPU firmware DT blob.
|
| D | bcm2837-rpi-3-b.dts | 49 * the official GPU firmware DT blob.
|
| D | bcm2837-rpi-3-a-plus.dts | 43 * This is mostly based on the official GPU firmware DT blob.
|
| D | bcm2837-rpi-3-b-plus.dts | 49 * the official GPU firmware DT blob.
|
| D | bcm2711-rpi-4-b.dts | 77 * the official GPU firmware DT blob.
|
| /arch/x86/kvm/svm/ |
| D | sev.c | 984 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/ |
| D | c293pcie.dts | 101 /* 1MB for blob encrypted key */ 103 label = "NOR blob encrypted key";
|
| /arch/arm/boot/dts/intel/socfpga/ |
| D | socfpga_arria5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
| D | socfpga_cyclone5_socdk.dts | 25 * to be added to the gmac1 device tree blob.
|
| D | socfpga_cyclone5_sockit.dts | 25 * to be added to the gmac1 device tree blob.
|
| D | socfpga_cyclone5_vining_fpga.dts | 28 * to be added to the gmac1 device tree blob.
|
| /arch/arm/mach-s3c/ |
| D | Kconfig.s3c64xx | 133 Select this if a fdt blob is available for your S3C64XX SoC based
|
| /arch/sh/kernel/ |
| D | head_32.S | 68 mov r4, r12 ! Store device tree blob pointer in r12
|
| /arch/nios2/platform/ |
| D | Kconfig.platform | 36 Physical address of a dtb blob.
|