fam               229 arch/arc/include/asm/arcregs.h 	unsigned int pad2:19, fam:1, pad:2, ent:2, ver:8;
fam               231 arch/arc/include/asm/arcregs.h 	unsigned int ver:8, ent:2, pad:2, fam:1, pad2:19;
fam               206 arch/arc/kernel/setup.c 		cpu->bpu.full = bpu.fam ? 1 : 0;
fam               118 arch/x86/kernel/cpu/microcode/intel.c 	unsigned int fam, model;
fam               121 arch/x86/kernel/cpu/microcode/intel.c 	fam   = x86_family(sig);
fam               127 arch/x86/kernel/cpu/microcode/intel.c 	if (fam == fam_ucode && model == model_ucode)
fam               142 arch/x86/kernel/cpu/microcode/intel.c 		if (fam == fam_ucode && model == model_ucode)
fam                21 arch/x86/lib/cpu.c 	unsigned int fam, model;
fam                23 arch/x86/lib/cpu.c 	fam = x86_family(sig);
fam                27 arch/x86/lib/cpu.c 	if (fam >= 0x6)
fam               117 drivers/edac/amd64_edac.c 	switch (pvt->fam) {
fam               218 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x17 || pvt->fam == 0x18) {
fam               220 drivers/edac/amd64_edac.c 	} else if (pvt->fam == 0x15 && pvt->model == 0x60) {
fam               240 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf)
fam               243 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x15) {
fam               260 drivers/edac/amd64_edac.c 	switch (pvt->fam) {
fam               397 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf && pvt->ext_model < K8_REV_F) {
fam               408 drivers/edac/amd64_edac.c 	} else if (pvt->fam == 0x16 ||
fam               409 drivers/edac/amd64_edac.c 		  (pvt->fam == 0x15 && pvt->model >= 0x30)) {
fam               430 drivers/edac/amd64_edac.c 		if (pvt->fam == 0x15)
fam               515 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf && pvt->ext_model < K8_REV_E) {
fam               522 drivers/edac/amd64_edac.c 	if (pvt->fam >= 0x10 && !dhar_mem_hoist_valid(pvt)) {
fam               554 drivers/edac/amd64_edac.c 	*hole_offset = (pvt->fam > 0xf) ? f10_dhar_offset(pvt)
fam               746 drivers/edac/amd64_edac.c 		bit = (pvt->fam > 0xf || pvt->ext_model >= K8_REV_F)
fam               780 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x10)
fam               899 drivers/edac/amd64_edac.c 		 (pvt->fam == 0xf) ? k8_dhar_offset(pvt)
fam               905 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf)
fam               933 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf && pvt->ext_model < K8_REV_F) {
fam               936 drivers/edac/amd64_edac.c 	} else if (pvt->fam == 0x15 && pvt->model == 0x30) {
fam               939 drivers/edac/amd64_edac.c 	} else if (pvt->fam >= 0x17) {
fam              1026 drivers/edac/amd64_edac.c 		if (pvt->fam == 0xf)
fam              1031 drivers/edac/amd64_edac.c 				 cs, *base1, (pvt->fam == 0x10) ? reg1
fam              1045 drivers/edac/amd64_edac.c 		if (pvt->fam == 0xf)
fam              1050 drivers/edac/amd64_edac.c 				 cs, *mask1, (pvt->fam == 0x10) ? reg1
fam              1059 drivers/edac/amd64_edac.c 	switch (pvt->fam) {
fam              1115 drivers/edac/amd64_edac.c 		WARN(1, KERN_ERR "%s: Family??? 0x%x\n", __func__, pvt->fam);
fam              1157 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf) {
fam              1167 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x15) {
fam              1235 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf)
fam              1245 drivers/edac/amd64_edac.c 	if (pvt->fam != 0x15)
fam              1406 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x10 && (pvt->dclr0 & WIDTH_128))
fam              1643 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf)
fam              1856 drivers/edac/amd64_edac.c 			if (pvt->fam == 0x15 && pvt->model >= 0x30) {
fam              1878 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x10) {
fam              2117 drivers/edac/amd64_edac.c 		if (pvt->fam == 0x15 && pvt->model >= 0x30)
fam              2172 drivers/edac/amd64_edac.c 	if (pvt->fam == 0xf) {
fam              2180 drivers/edac/amd64_edac.c 	if (pvt->fam == 0x10) {
fam              2725 drivers/edac/amd64_edac.c 	} else if (pvt->fam >= 0x10) {
fam              2730 drivers/edac/amd64_edac.c 		if (pvt->fam != 0x16)
fam              2734 drivers/edac/amd64_edac.c 		if ((pvt->fam > 0x10 || pvt->model > 7) && tmp & BIT(25))
fam              2978 drivers/edac/amd64_edac.c 		if (pvt->fam != 0xf)
fam              2996 drivers/edac/amd64_edac.c 		if (pvt->fam != 0xf && row_dct1) {
fam              3284 drivers/edac/amd64_edac.c 				 struct amd64_family_type *fam)
fam              3303 drivers/edac/amd64_edac.c 	mci->ctl_name		= fam->ctl_name;
fam              3322 drivers/edac/amd64_edac.c 	pvt->fam	= boot_cpu_data.x86;
fam              3324 drivers/edac/amd64_edac.c 	switch (pvt->fam) {
fam              3379 drivers/edac/amd64_edac.c 		if (pvt->fam == 0x18)
fam              3389 drivers/edac/amd64_edac.c 		     (pvt->fam == 0xf ?
fam              3445 drivers/edac/amd64_edac.c 	if (pvt->fam >= 0x17) {
fam              3489 drivers/edac/amd64_edac.c 	if (pvt->fam >= 0x17)
fam              3522 drivers/edac/amd64_edac.c 	if (pvt->fam >= 0x17)
fam               344 drivers/edac/amd64_edac.h 	u8 fam;			/* CPU family */
fam               440 drivers/edac/amd64_edac.h 	if (pvt->fam == 0x15 && pvt->model >= 0x30)
fam               515 drivers/edac/amd64_edac.h 	if (pvt->fam == 0x15 && pvt->model >= 0x30) {
fam               525 drivers/edac/amd64_edac.h 	if (pvt->fam == 0x15 && pvt->model >= 0x30) {
fam               535 drivers/edac/amd64_edac.h 	if (pvt->fam == 0x15 && pvt->model >= 0x30) {
fam               227 drivers/edac/amd64_edac_inj.c 	if (pvt->fam < 0x10)
fam               841 drivers/edac/mce_amd.c 	unsigned int fam = x86_family(m->cpuid);
fam               855 drivers/edac/mce_amd.c 			if (fam == 0x11)
fam               876 drivers/edac/mce_amd.c 		if (fam == 0x15 || fam == 0x16)
fam               899 drivers/edac/mce_amd.c 	unsigned int fam = x86_family(m->cpuid);
fam               903 drivers/edac/mce_amd.c 	if (fam == 0xf || fam == 0x11)
fam              1039 drivers/edac/mce_amd.c 	unsigned int fam = x86_family(m->cpuid);
fam              1049 drivers/edac/mce_amd.c 		fam, x86_model(m->cpuid), x86_stepping(m->cpuid),
fam              1074 drivers/edac/mce_amd.c 	if (fam >= 0x15) {
fam              1078 drivers/edac/mce_amd.c 		if (fam != 0x15 || m->bank != 4)
fam              1082 drivers/edac/mce_amd.c 	if (fam >= 0x17)
fam              1004 drivers/phy/broadcom/phy-brcm-usb-init.c 	int fam;
fam              1006 drivers/phy/broadcom/phy-brcm-usb-init.c 	fam = brcmusb_get_family_type(params);
fam              1007 drivers/phy/broadcom/phy-brcm-usb-init.c 	params->selected_family = fam;
fam              1009 drivers/phy/broadcom/phy-brcm-usb-init.c 		&usb_reg_bits_map_table[fam][0];
fam              1010 drivers/phy/broadcom/phy-brcm-usb-init.c 	params->family_name = family_names[fam];
fam                42 include/linux/lsm_audit.h 	} fam;
fam               111 include/linux/lsm_audit.h #define v4info fam.v4
fam               112 include/linux/lsm_audit.h #define v6info fam.v6
fam               228 include/linux/net.h int sock_register(const struct net_proto_family *fam);
fam               373 include/net/neighbour.h int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
fam               639 net/ipv4/inet_connection_sock.c #define AF_INET_FAMILY(fam) ((fam) == AF_INET)
fam               641 net/ipv4/inet_connection_sock.c #define AF_INET_FAMILY(fam) true
fam                68 net/netfilter/nft_log.c 	int fam = -1;
fam                83 net/netfilter/nft_log.c 			fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1;
fam                86 net/netfilter/nft_log.c 			fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1;
fam                91 net/netfilter/nft_log.c 		fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1;
fam                94 net/netfilter/nft_log.c 		fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1;
fam                98 net/netfilter/nft_log.c 	if (fam == -1)
fam                70 net/netfilter/xt_AUDIT.c 	int fam = -1;
fam                84 net/netfilter/xt_AUDIT.c 			fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1;
fam                87 net/netfilter/xt_AUDIT.c 			fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1;
fam                92 net/netfilter/xt_AUDIT.c 		fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1;
fam                95 net/netfilter/xt_AUDIT.c 		fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1;
fam                99 net/netfilter/xt_AUDIT.c 	if (fam == -1)
fam               478 net/sctp/bind_addr.c 	unsigned short fam = 0;
fam               483 net/sctp/bind_addr.c 		fam = addr->sa.sa_family;
fam               485 net/sctp/bind_addr.c 		fam = sk->sk_family;
fam               487 net/sctp/bind_addr.c 	af = sctp_get_af_specific(fam);