Searched refs:cfi (Results 51 - 67 of 67) sorted by relevance

123

/linux-master/arch/arm/
H A DMakefile23 KBUILD_CFLAGS += $(call cc-option,-fno-dwarf2-cfi-asm)
/linux-master/arch/riscv/kernel/
H A Dtraps.c27 #include <asm/cfi.h>
/linux-master/scripts/
H A DMakefile.lib272 objtool-args-$(CONFIG_FINEIBT) += --cfi
/linux-master/drivers/net/hyperv/
H A Dhyperv_net.h141 u32 cfi:1; /* Canonical Format ID */ member in struct:ndis_pkt_8021q_info::__anon1632::__anon1633
H A Dnetvsc_drv.c594 vlan->cfi = skb_vlan_tag_get_cfi(skb);
861 (vlan->cfi ? VLAN_CFI_MASK : 0);
/linux-master/arch/arm64/kernel/
H A Dtraps.c31 #include <linux/cfi.h>
/linux-master/arch/x86/kernel/
H A Dtraps.c69 #include <asm/cfi.h>
H A Dalternative.c33 #include <asm/cfi.h>
1008 pr_err("Ignoring unknown cfi option (%s).", str);
1016 early_param("cfi", cfi_parse_cmdline);
/linux-master/arch/arm/kernel/
H A Dhw_breakpoint.c20 #include <linux/cfi.h>
/linux-master/arch/x86/kernel/kprobes/
H A Dcore.c47 #include <linux/cfi.h>
345 * for indirect call checks and cfi.c decodes this;
/linux-master/net/core/
H A Dpktgen.c2764 static inline __be16 build_tci(unsigned int id, unsigned int cfi, argument
2767 return htons(id | (cfi << 12) | (prio << 13));
/linux-master/arch/riscv/net/
H A Dbpf_jit_comp64.c14 #include <asm/cfi.h>
/linux-master/kernel/module/
H A Dmain.c58 #include <linux/cfi.h>
/linux-master/include/linux/
H A Dbpf.h32 #include <linux/cfi.h>
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c20 #include <asm/cfi.h>
344 * Emit the various CFI preambles, see asm/cfi.h and the comments about FineIBT
/linux-master/arch/x86/crypto/
H A Dpoly1305-x86_64-cryptogams.pl4243 next if /^\.cfi.*/;
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h3556 u8 cfi[0x1]; member in struct:mlx5_ifc_vlan_bits

Completed in 475 milliseconds

123