Home
last modified time | relevance | path

Searched full:epapr (Results 1 – 19 of 19) sorted by relevance

/freebsd/share/man/man4/
H A Dsimplebus.433 .Nd ePAPR simple-bus driver
40 .Pa ePAPR
69 .Pq Vt ePAPR .
H A Dfdt.4113 further supplemented by the ePAPR specification.
191 .Pq Vt ePAPR .
H A Dfdtbus.475 .Pq Vt ePAPR .
/freebsd/usr.bin/dtc/
H A Ddtc.1101 .It Ar epapr
102 Generate the phandle nodes, as described in the ePAPR specification.
395 .Pq Vt ePAPR ,
H A Ddtc.cc232 else if (arg == "epapr") in main()
234 tree.set_phandle_format(device_tree::EPAPR); in main()
H A DHACKING39 ePAPR spec. The `checker` class provides a simple superclass for implementing
H A Ddtb.hh52 /** The token types in the DTB, as defined by §7.4.1 of the ePAPR
H A Dfdt.hh726 EPAPR, enumerator
734 phandle_format phandle_node_name = EPAPR;
H A Dfdt.cc1351 if (phandle_node_name == BOTH || phandle_node_name == EPAPR) in assign_phandle()
/freebsd/sys/contrib/device-tree/Bindings/riscv/
H A Dsifive-l2-cache.txt6 All the properties in ePAPR/DeviceTree specification applies for this platform
H A Dsifive-l2-cache.yaml18 All the properties in ePAPR/DeviceTree specification applies for this platform.
H A Dsifive,ccache0.yaml17 All the properties in ePAPR/DeviceTree specification applies for this platform.
/freebsd/sys/contrib/device-tree/Bindings/cache/
H A Dsifive,ccache0.yaml17 All the properties in ePAPR/DeviceTree specification applies for this platform.
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dmsi-pic.txt88 mapping for MSIIR. The Freescale ePAPR hypervisor has this requirement
/freebsd/sys/powerpc/booke/
H A Dbooke_machdep.c355 * - ePAPR loaders pass an FDT blob in r3 (arg1) and the magic hex in booke_init()
362 else if (booke_check_for_fdt(arg1, &dtbp) == 0) { /* ePAPR */ in booke_init()
H A Dlocore.S399 * Alternatively, this page may be executed using an ePAPR-standardized
/freebsd/sys/powerpc/mpc85xx/
H A Dplatform_mpc85xx.c404 * because ePAPR booting has the other core(s) already running. in mpc85xx_smp_start_cpu()
412 /* First try the ePAPR way. */ in mpc85xx_smp_start_cpu()
/freebsd/sys/dev/ofw/
H A Dofw_bus_subr.c425 * CHRP-derived OF bindings, including ePAPR-compliant FDTs, in ofw_bus_search_intrmap()
/freebsd/sys/kern/
H A Dsubr_intr.c886 * In FDT case, according to ePAPR approved version 1.1 from 08 April 2011,