Home
last modified time | relevance | path

Searched refs:fam (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_AUDIT.c70 int fam = -1; in audit_tg() local
84 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg()
87 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg()
92 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in audit_tg()
95 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in audit_tg()
99 if (fam == -1) in audit_tg()
H A Dnft_log.c68 int fam = -1; in nft_log_eval_audit() local
83 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit()
86 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit()
91 fam = audit_ip4(ab, skb) ? NFPROTO_IPV4 : -1; in nft_log_eval_audit()
94 fam = audit_ip6(ab, skb) ? NFPROTO_IPV6 : -1; in nft_log_eval_audit()
98 if (fam == -1) in nft_log_eval_audit()
/OK3568_Linux_fs/kernel/drivers/edac/
H A Damd64_edac.c116 switch (pvt->fam) { in amd64_read_dct_pci_cfg()
219 } else if (pvt->fam == 0x15 && pvt->model == 0x60) { in __set_scrub_rate()
239 if (pvt->fam == 0xf) in set_scrub_rate()
242 if (pvt->fam == 0x15) { in set_scrub_rate()
268 } else if (pvt->fam == 0x15) { in get_scrub_rate()
391 if (pvt->fam == 0xf && pvt->ext_model < K8_REV_F) { in get_cs_base_and_mask()
402 } else if (pvt->fam == 0x16 || in get_cs_base_and_mask()
403 (pvt->fam == 0x15 && pvt->model >= 0x30)) { in get_cs_base_and_mask()
424 if (pvt->fam == 0x15) in get_cs_base_and_mask()
509 if (pvt->fam == 0xf && pvt->ext_model < K8_REV_E) { in amd64_get_dram_hole_info()
[all …]
H A Dmce_amd.c871 unsigned int fam = x86_family(m->cpuid); in decode_mc4_mce() local
885 if (fam == 0x11) in decode_mc4_mce()
906 if (fam == 0x15 || fam == 0x16) in decode_mc4_mce()
929 unsigned int fam = x86_family(m->cpuid); in decode_mc5_mce() local
933 if (fam == 0xf || fam == 0x11) in decode_mc5_mce()
1053 unsigned int fam = x86_family(m->cpuid); in amd_decode_mce() local
1063 fam, x86_model(m->cpuid), x86_stepping(m->cpuid), in amd_decode_mce()
1088 if (fam >= 0x15) { in amd_decode_mce()
1092 if (fam != 0x15 || m->bank != 4) in amd_decode_mce()
1096 if (fam >= 0x17) in amd_decode_mce()
H A Damd64_edac.h350 u8 fam; /* CPU family */ member
446 if (pvt->fam == 0x15 && pvt->model >= 0x30) in dct_sel_interleave_addr()
523 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dram_intlv_en()
533 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dhar_valid()
543 if (pvt->fam == 0x15 && pvt->model >= 0x30) { in dct_sel_baseaddr()
H A Damd64_edac_inj.c227 if (pvt->fam < 0x10) in amd64_edac_inj_is_visible()
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcpu.c21 unsigned int fam, model; in x86_model() local
23 fam = x86_family(sig); in x86_model()
27 if (fam >= 0x6) in x86_model()
/OK3568_Linux_fs/kernel/include/linux/
H A Dlsm_audit.h42 } fam; member
112 #define v4info fam.v4
113 #define v6info fam.v6
H A Dnet.h234 int sock_register(const struct net_proto_family *fam);
/OK3568_Linux_fs/kernel/net/sctp/
H A Dbind_addr.c482 unsigned short fam = 0; in sctp_is_any() local
487 fam = addr->sa.sa_family; in sctp_is_any()
489 fam = sk->sk_family; in sctp_is_any()
491 af = sctp_get_af_specific(fam); in sctp_is_any()
/OK3568_Linux_fs/kernel/drivers/phy/broadcom/
H A Dphy-brcm-usb-init.c1009 int fam; in brcm_usb_dvr_init_7445() local
1013 fam = get_family_type(params); in brcm_usb_dvr_init_7445()
1014 params->selected_family = fam; in brcm_usb_dvr_init_7445()
1016 &usb_reg_bits_map_table[fam][0]; in brcm_usb_dvr_init_7445()
1017 params->family_name = family_names[fam]; in brcm_usb_dvr_init_7445()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A Darcregs.h257 unsigned int pad2:19, fam:1, pad:2, ent:2, ver:8; member
259 unsigned int ver:8, ent:2, pad:2, fam:1, pad2:19;
/OK3568_Linux_fs/buildroot/package/samba4/
H A Dsamba4.mk76 SAMBA4_CONF_OPTS += --with-fam
79 SAMBA4_CONF_OPTS += --without-fam
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpmtu.sh659 [ "${fam}" = "" ] && fam="${i}" && continue
666 ip -n ${ns_name} -${fam} nexthop add id ${nhid} via ${gw} dev ${dev}
668 ns=""; fam=""; nhid=""; gw=""; dev=""
674 [ "${fam}" = "" ] && fam="${i}" && continue
680 ip -n ${ns_name} -${fam} route add ${addr} nhid ${nhid}
682 ns=""; fam=""; addr=""; nhid=""
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/etc/
H A Drpc68 sgi_fam 391002 fam
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/etc/
H A Drpc68 sgi_fam 391002 fam
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/
H A Dsamba_4.14.14.bb84 PACKAGECONFIG[fam] = "--with-fam,--without-fam,gamin"
/OK3568_Linux_fs/kernel/include/net/
H A Dneighbour.h383 int neigh_xmit(int fam, struct net_device *, const void *, struct sk_buff *);
/OK3568_Linux_fs/kernel/arch/arc/kernel/
H A Dsetup.c203 cpu->bpu.full = bpu.fam ? 1 : 0; in read_arc_build_cfg_regs()
/OK3568_Linux_fs/external/xserver/os/
H A Daccess.c190 #define addrEqual(fam, address, length, host) \ argument
191 ((fam) == (host)->family &&\
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv2527 …���������������̞{�������Խ�������¿�����������������������������������������fam��������������������…
2569 …��������������͡{�������ӻ��������������������������������������������������fam��������������������…
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...