/kvm-unit-tests/lib/libfdt/ |
H A D | fdt_overlay.c | 3 * libfdt - Flat Device Tree manipulation 16 * @fdto: pointer to the device tree overlay blob 45 * @fdt: Base device tree blob 46 * @fdto: Device tree overlay blob 51 * device tree of a fragment, no matter how the actual targeting is 55 * the targeted node offset in the base device tree 104 * @fdt: Base device tree blob 105 * @node: Device tree overlay blob 143 * @fdto: Device tree overlay blob 150 * phandles to not conflict with the overlays of the base device tree. [all …]
|
H A D | libfdt_internal.h | 5 * libfdt - Flat Device Tree manipulation 50 * Internal helpers to access tructural elements of the device tree 83 * You should have another method of validating the device tree, such as a 91 * This does essentially no checks. Only the latest device-tree 93 * tree may cause undefined behaviour or crashes. Invalid parameters 96 * If an error occurs when modifying the tree it may leave the tree in 102 * Only use this if you have a fully validated device tree with 108 * This assumes that the device tree is sane. i.e. header metadata 117 * Note: Only checks that relate exclusively to the device tree itself 127 * extensive checking of parameters and the device tree, making various [all …]
|
H A D | libfdt.h | 5 * libfdt - Flat Device Tree manipulation 28 * tree, but its buffer did not have sufficient space to 29 * contain the expanded tree. Use fdt_open_into() to move the 30 * device tree to a buffer with more space. */ 48 * tree created by the sequential-write functions, which is 51 /* Error codes: codes for bad device tree blobs */ 57 /* FDT_ERR_BADMAGIC: Given "device tree" appears not to be a 58 * device tree at all - it is missing the flattened device 59 * tree magic number. */ 61 /* FDT_ERR_BADVERSION: Given device tree has a version which [all …]
|
H A D | fdt.c | 3 * libfdt - Flat Device Tree manipulation 14 * Minimal sanity check for a read-only tree. fdt_ro_probe_() checks 16 * device tree with sane information in its header. 25 /* The device tree must be at an 8-byte aligned address */ in fdt_ro_probe_() 30 /* Complete tree */ in fdt_ro_probe_() 93 /* The device tree must be at an 8-byte aligned address */ in fdt_check_header()
|
H A D | fdt_empty_tree.c | 3 * libfdt - Flat Device Tree manipulation
|
H A D | fdt_rw.c | 3 * libfdt - Flat Device Tree manipulation 121 * @fdt: pointer to the device tree to check/adjust 464 /* First attempt to build converted tree at beginning of buffer */ in fdt_open_into() 466 /* But if that overlaps with the old tree... */ in fdt_open_into() 468 /* Try right after the old tree instead */ in fdt_open_into()
|
H A D | fdt_strerror.c | 3 * libfdt - Flat Device Tree manipulation
|
H A D | fdt.h | 5 * libfdt - Flat Device Tree manipulation
|
H A D | fdt_check.c | 3 * libfdt - Flat Device Tree manipulation
|
H A D | fdt_wip.c | 3 * libfdt - Flat Device Tree manipulation
|
H A D | fdt_addresses.c | 3 * libfdt - Flat Device Tree manipulation
|
H A D | libfdt_env.h | 5 * libfdt - Flat Device Tree manipulation
|
H A D | fdt_ro.c | 3 * libfdt - Flat Device Tree manipulation 315 * give only the leaf name (after all /). The actual tree in fdt_get_name()
|
H A D | fdt_sw.c | 3 * libfdt - Flat Device Tree manipulation
|
/kvm-unit-tests/lib/s390x/ |
H A D | mmu.h | 24 * @pgtable root of the page table tree 33 * @pgtable root of the page table tree 43 * @pgtable root of the page table tree 71 * @pgtable root of the page table tree 80 * @pgtable root of the page table tree
|
/kvm-unit-tests/lib/riscv/ |
H A D | io.c | 23 * base address that we read from the device tree later. This is 25 * its generated device tree. 77 printf("%s: Compatible uart not found in the device tree, aborting...\n", in uart0_init_fdt()
|
/kvm-unit-tests/lib/arm/ |
H A D | io.c | 25 * base address that we read from the device tree later. This is 27 * its generated device tree. 58 printf("%s: Compatible uart not found in the device tree, " in uart0_init_fdt()
|
/kvm-unit-tests/scripts/ |
H A D | check-patch.py | 54 ret = subprocess.run(["scripts/checkpatch.pl", "--terse", "--no-tree", "--git",
|
H A D | get_maintainer.pl | 53 my $tree = 1; 253 'tree!' => \$tree, 527 $file =~ s/^\Q${lk_path}\E//; #or the path to the lk tree 1029 --scm => print SCM tree(s) if any 1045 --no-tree => run without a kvm-user-space tree 1051 [--email --tree --nogit --git-fallback --m --r --n --l --multiline
|
/kvm-unit-tests/ |
H A D | README.macOS.md | 46 Out-of-tree build can be used to make tests for both architectures
|
H A D | MAINTAINERS | 21 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
|
/kvm-unit-tests/lib/ |
H A D | virtio-mmio.c | 115 * virtio-mmio device tree support
|
H A D | pci-host-generic.c | 68 printf("No device tree found\n"); in pci_dt_probe()
|
H A D | devicetree.h | 5 * for Linux required device tree content. The accessors provided are
|
/kvm-unit-tests/lib/powerpc/ |
H A D | rtas.c | 43 printf("%s: No device tree!\n", __func__); in rtas_init()
|