Searched full:structure (Results 1 – 21 of 21) sorted by relevance
/kvm-unit-tests/lib/libfdt/ |
H A D | fdt.h | 15 fdt32_t off_dt_struct; /* offset to structure */ 28 fdt32_t size_dt_struct; /* size of the structure block */
|
H A D | libfdt.h | 34 /* FDT_ERR_BADOFFSET: Function was passed a structure block 36 * unsuitable part of the structure for the operation. */ 67 * structure block or other serious error (e.g. misnested 72 * function can't handle (memory reserve map, then structure, 452 * @parentoffset: structure block offset of a node 470 * @parentoffset: structure block offset of a node 473 * fdt_subnode_offset() finds a subnode of the node at structure block 481 * structure block offset of the requested subnode (>=0), on success 521 * structure block offset of the node with the requested path (>=0), on 536 * @nodeoffset: structure block offset of the starting node [all …]
|
H A D | libfdt_internal.h | 155 * order, i.e. the memory reservation block first, then the structure
|
H A D | fdt.c | 121 /* Bounds check structure block */ in fdt_check_header()
|
H A D | fdt_sw.c | 359 /* Walk the structure, correcting string offsets */ in fdt_finish()
|
/kvm-unit-tests/x86/efi/ |
H A D | README.md | 33 ## Code structure
|
/kvm-unit-tests/s390x/ |
H A D | sthyi.h | 3 * STHYI related flags and structure definitions.
|
H A D | topology.c | 241 * @info: pointer to the STSI info structure 244 * Fill the sysinfo_15_1_x info structure and check the 401 * @info: pointer to the STSI info structure
|
/kvm-unit-tests/lib/ |
H A D | devicetree.h | 63 * in @reg, a bus specific structure 174 /* dt_reg is a structure for "raw" reg tuples */
|
H A D | acpi.h | 142 u32 length; /* Length of structure, in bytes */
|
H A D | printf.c | 295 * size-1 array containing a structure. Our function parameter ap has in vsnprintf()
|
/kvm-unit-tests/x86/ |
H A D | hyperv.h | 154 /* Define timer message payload structure. */
|
H A D | vmx.c | 810 /* EPT paging structure related functions */ 917 /* setup_ept_range : Setup a range of 1:1 mapped page to EPT paging structure.
|
H A D | vmx_tests.c | 1235 // Violation caused by EPT paging structure in ept_common() 1239 report(vmx_get_test_stage() == 5, "EPT violation - paging structure"); in ept_common() 3013 /* Read-write access to paging structure. */ in ept_access_test_paddr_read_write() 3022 /* RWX access to paging structure. */ in ept_access_test_paddr_read_write_execute()
|
/kvm-unit-tests/ |
H A D | README | 164 ## Directory structure
|
H A D | README.md | 164 ## Directory structure
|
/kvm-unit-tests/lib/x86/ |
H A D | vm.c | 261 /* Modify the relevant paging-structure entry */ in split_large_page()
|
H A D | setup.c | 253 * copy the data structure to another memory region to prevent in setup_rsdp()
|
/kvm-unit-tests/lib/arm/ |
H A D | setup.c | 293 * copy the data structure to another memory region to prevent in setup_rsdp()
|
/kvm-unit-tests/riscv/ |
H A D | sbi-sse.c | 841 /* For shared test_arg structure */ in sse_test_inject_global_cpu()
|
/kvm-unit-tests/scripts/ |
H A D | checkpatch.pl | 4009 # structure definitions like "(struct foo) { 0 };"
|