Home
last modified time | relevance | path

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

12

/arch/mips/netlogic/
DKconfig10 Add an FDT blob for XLP EVP boards into the kernel.
20 Add an FDT blob for XLP VP boards into the kernel.
30 Add an FDT blob for XLP FVP board into the kernel.
40 Add an FDT blob for XLP GVP board into the kernel.
49 Add an FDT blob for XLP RVP board into the kernel.
/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.h86 void fdt_init(void *blob);
/arch/x86/kvm/svm/
Dsev.c659 void *blob = NULL; in sev_launch_measure() local
679 blob = kzalloc(params.len, GFP_KERNEL_ACCOUNT); in sev_launch_measure()
680 if (!blob) in sev_launch_measure()
683 data.address = __psp_pa(blob); in sev_launch_measure()
700 if (blob) { in sev_launch_measure()
701 if (copy_to_user(p, blob, params.len)) in sev_launch_measure()
710 kfree(blob); in sev_launch_measure()
989 void *blob, *hdr; in sev_launch_secret() local
1024 blob = psp_copy_user_blob(params.trans_uaddr, params.trans_len); in sev_launch_secret()
1025 if (IS_ERR(blob)) { in sev_launch_secret()
[all …]
/arch/arm/boot/dts/
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.dts29 * This is based on the official GPU firmware DT blob.
Dbcm2836-rpi-2-b.dts34 * the official GPU firmware DT blob.
Dbcm2835-rpi-zero-w.dts39 * This is based on the official GPU firmware DT blob.
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.
Dbcm2837-rpi-3-b.dts54 * the official GPU firmware DT blob.
Dbcm2837-rpi-3-a-plus.dts54 * This is mostly based on the official GPU firmware DT blob.
Dbcm2837-rpi-3-b-plus.dts61 * the official GPU firmware DT blob.
Dsocfpga_cyclone5_sockit.dts25 * to be added to the gmac1 device tree blob.
Dbcm2711-rpi-4-b.dts81 * the official GPU firmware DT blob.
Dsocfpga_cyclone5_vining_fpga.dts28 * to be added to the gmac1 device tree blob.
/arch/powerpc/boot/dts/fsl/
Dc293pcie.dts101 /* 1MB for blob encrypted key */
103 label = "NOR blob encrypted key";
/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.
/arch/arm/mach-s3c/
DKconfig.s3c64xx345 Select this if a fdt blob is available for your S3C64XX SoC based
DKconfig.s3c24xx389 Select this if a fdt blob is available for the S3C2416 SoC based board.
/arch/sh/
DKconfig685 Link a device tree blob for particular hardware into the kernel,
/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor.dtsi758 * Trogdor doesn't have QHEE (Qualcomm's EL2 blob), so the

12