Home
last modified time | relevance | path

Searched defs:ivt (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dhab.h30 struct ivt { struct
31 struct ivt_header hdr; /* IVT header above */ argument
32 uint32_t entry; /* Absolute address of first instruction */
33 uint32_t reserved1; /* Reserved should be zero */
34 uint32_t dcd; /* Absolute address of the image DCD */
35 uint32_t boot; /* Absolute address of the boot data */
36 uint32_t self; /* Absolute address of the IVT */
37 uint32_t csf; /* Absolute address of the CSF */
38 uint32_t reserved2; /* Reserved should be zero */
/openbmc/linux/arch/microblaze/kernel/
H A Dvmlinux.lds.S106 *(.init.ivt)
107 __ivt_end = .;
/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c453 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid()
551 struct ivt *ivt; in imx_hab_authenticate_image() local
/openbmc/linux/net/core/
H A Drtnetlink.c2492 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid()
2500 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid()
2572 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo() local
2590 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo() local
2642 struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); in do_setvfinfo() local
2654 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_NODE_GUID]); in do_setvfinfo() local
2664 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); in do_setvfinfo() local
/openbmc/u-boot/tools/
H A Dmxsimage.c925 struct sb_ivt_header *ivt; in sb_build_command_load() local