Home
last modified time | relevance | path

Searched refs:gw (Results 1 – 23 of 23) sorted by relevance

/arch/x86/kvm/
Dpaging_tmpl.h538 struct guest_walker *gw, int level) in FNAME()
541 gpa_t base_gpa, pte_gpa = gw->pte_gpa[level - 1]; in FNAME()
551 gw->prefetch_ptes, sizeof(gw->prefetch_ptes)); in FNAME()
552 curr_pte = gw->prefetch_ptes[index]; in FNAME()
557 return r || curr_pte != gw->ptes[level - 1]; in FNAME()
560 static void FNAME(pte_prefetch)(struct kvm_vcpu *vcpu, struct guest_walker *gw, in FNAME()
564 pt_element_t *gptep = gw->prefetch_ptes; in FNAME()
597 struct guest_walker *gw, in FNAME()
604 unsigned direct_access, access = gw->pt_access; in FNAME()
608 direct_access = gw->pte_access; in FNAME()
[all …]
/arch/arm/boot/dts/
Dimx6dl-gw552x.dts19 compatible = "gw,imx6dl-gw552x", "gw,ventana", "fsl,imx6dl";
Dimx6q-gw51xx.dts18 compatible = "gw,imx6q-gw51xx", "gw,ventana", "fsl,imx6q";
Dimx6dl-gw51xx.dts18 compatible = "gw,imx6dl-gw51xx", "gw,ventana", "fsl,imx6dl";
Dimx6q-gw552x.dts19 compatible = "gw,imx6q-gw552x", "gw,ventana", "fsl,imx6q";
Dimx6q-gw53xx.dts18 compatible = "gw,imx6q-gw53xx", "gw,ventana", "fsl,imx6q";
Dimx6q-gw52xx.dts18 compatible = "gw,imx6q-gw52xx", "gw,ventana", "fsl,imx6q";
Dimx6q-gw54xx.dts18 compatible = "gw,imx6q-gw54xx", "gw,ventana", "fsl,imx6q";
Dimx6dl-gw53xx.dts18 compatible = "gw,imx6dl-gw53xx", "gw,ventana", "fsl,imx6dl";
Dimx6dl-gw54xx.dts18 compatible = "gw,imx6dl-gw54xx", "gw,ventana", "fsl,imx6dl";
Dimx6dl-gw52xx.dts18 compatible = "gw,imx6dl-gw52xx", "gw,ventana", "fsl,imx6dl";
Dimx6dl-gw553x.dts54 compatible = "gw,imx6dl-gw553x", "gw,ventana", "fsl,imx6dl";
Dimx6dl-gw5903.dts54 compatible = "gw,imx6dl-gw5903", "gw,ventana", "fsl,imx6dl";
Dimx6dl-gw560x.dts54 compatible = "gw,imx6dl-gw560x", "gw,ventana", "fsl,imx6dl";
Dimx6q-gw5904.dts54 compatible = "gw,imx6q-gw5904", "gw,ventana", "fsl,imx6q";
Dimx6q-gw551x.dts54 compatible = "gw,imx6q-gw551x", "gw,ventana", "fsl,imx6q";
Dimx6q-gw560x.dts54 compatible = "gw,imx6q-gw560x", "gw,ventana", "fsl,imx6q";
Dimx6q-gw5903.dts54 compatible = "gw,imx6q-gw5903", "gw,ventana", "fsl,imx6q";
Dimx6dl-gw551x.dts54 compatible = "gw,imx6dl-gw551x", "gw,ventana", "fsl,imx6dl";
Dimx6dl-gw5904.dts54 compatible = "gw,imx6dl-gw5904", "gw,ventana", "fsl,imx6dl";
Dimx6q-gw553x.dts54 compatible = "gw,imx6q-gw553x", "gw,ventana", "fsl,imx6q";
Dimx6q-gw5400-a.dts18 compatible = "gw,imx6q-gw5400-a", "gw,ventana", "fsl,imx6q";
/arch/sparc/kernel/
Dsetup_64.c669 u32 cl, sv, gw; in setup_arch() local
673 gw = prom_getintdefault (chosen, "gateway-ip", 0); in setup_arch()
677 if (gw) in setup_arch()
678 ic_gateway = gw; in setup_arch()