Home
last modified time | relevance | path

Searched full:new (Results 1 – 25 of 44) sorted by relevance

12

/kvm-unit-tests/lib/arm64/
H A Dgic-v3-its.c115 struct its_device *new; in its_create_device() local
120 new = &its_data.devices[its_data.nr_devices]; in its_create_device()
122 new->device_id = device_id; in its_create_device()
123 new->nr_ites = nr_ites; in its_create_device()
126 new->itt = alloc_pages(get_order(n)); in its_create_device()
129 return new; in its_create_device()
134 struct its_collection *new; in its_create_collection() local
138 new = &its_data.collections[its_data.nr_collections]; in its_create_collection()
140 new->col_id = col_id; in its_create_collection()
143 new->target_address = (u64)gicv3_data.redist_base[pe]; in its_create_collection()
[all …]
/kvm-unit-tests/lib/x86/
H A Datomic.c6 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new) in atomic64_cmpxchg() argument
8 u32 low = new; in atomic64_cmpxchg()
9 u32 high = new >> 32; in atomic64_cmpxchg()
23 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new) in atomic64_cmpxchg() argument
27 u64 _new = new; in atomic64_cmpxchg()
H A Datomic.h93 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new);
164 u64 atomic64_cmpxchg(atomic64_t *v, u64 old, u64 new);
/kvm-unit-tests/lib/libfdt/
H A Dfdt_rw.c131 char *new; in fdt_find_add_string_() local
143 new = strtab + fdt_size_dt_strings(fdt); in fdt_find_add_string_()
151 memcpy(new, s, len); in fdt_find_add_string_()
152 return (new - strtab); in fdt_find_add_string_()
351 /* Try to place the new node after the parent's properties */ in fdt_add_subnode_namelen()
396 static void fdt_packblocks_(const char *old, char *new, in fdt_packblocks_() argument
407 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in fdt_packblocks_()
408 fdt_set_off_mem_rsvmap(new, mem_rsv_off); in fdt_packblocks_()
410 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in fdt_packblocks_()
411 fdt_set_off_dt_struct(new, struct_off); in fdt_packblocks_()
[all …]
H A Dlibfdt.h404 * fdt_generate_phandle - return a new, unused phandle for a device tree blob
406 * @phandle: return location for the new phandle
409 * success, the new, unused phandle value (one higher than the previously
730 * block, not a new copy of the name).
1357 * @val: new value of the 32-bit cell
1431 * fdt_create_with_flags - begin creation of a new fdt
1436 * fdt_create_with_flags() begins the process of creating a new fdt with
1449 * fdt_create - begin creation of a new fdt
1485 * fdt_property_placeholder - add a new property and return a ptr to its value
1527 * contain the new reservation entry
[all …]
/kvm-unit-tests/s390x/
H A Dskrf.c128 * PGM old contains the ext new PSW, we need to clean it up, in ecall_cleanup()
138 /* Set a key into the external new psw mask and open external call masks */
143 /* Put a skey into the ext new psw */ in ecall_setup()
154 report_prefix_push("exception external new"); in test_exception_ext_new()
156 report_skip("Need second cpu for exception external new test."); in test_exception_ext_new()
H A Dspec_ex-sie.c62 * interception, but invalid new program PSW must in test_spec_ex_sie()
67 msg = "Interpreted initial exception, intercepted invalid program new PSW exception"; in test_spec_ex_sie()
H A Dflat.lds.S15 /* Restart new PSW for booting via PSW restart. */
H A Dcpu.S52 /* Sets up general registers and cr0 when a new cpu is brought online. */
H A Dmacros.S44 /* Store the gr15 value before we allocated the new stack */
H A Dintercept.c69 report(pagebuf[GEN_LC_STFL] != 0, "stfl to new prefix"); in test_spx()
83 report_prefix_push("new prefix outside memory"); in test_spx()
H A Dcpumodel.c101 /* new dependencies from gen15 */
H A Dsclp.c164 * copy the current lowcore to the future new location, otherwise we in test_sccb_prefix()
165 * will not have a valid lowcore after setting the new prefix. in test_sccb_prefix()
175 /* set the new prefix to prefix_buf */ in test_sccb_prefix()
/kvm-unit-tests/s390x/snippets/asm/
H A Dpv-icpt-112.S40 /* Copy the invalid PGM new PSW to the new lowcore */
54 /* Share the new lowcore */
H A Dflat.lds.S12 /* Restart new PSW for booting via PSW restart. */
17 * Invalid PGM new PSW so we hopefully get a code 8
H A Dpv-diag-308.S20 * A valid PGM new PSW can be a real problem since we never fall out
23 * bit set which is invalid for a long PSW like the exception new
/kvm-unit-tests/
H A DLICENSE26 in new free programs; and that you know you can do these things.
237 9. The Free Software Foundation may publish revised and/or new versions
238 of the General Public License from time to time. Such new versions will
240 address new problems or concerns.
282 How to Apply These Terms to Your New Programs
284 If you develop a new program, and you want it to be of the greatest
H A DREADME178 existing files should be consistent with the existing style. For new
217 to run the kernel's ./scripts/checkpatch.pl on new patches.
H A DREADME.md178 existing files should be consistent with the existing style. For new
217 to run the kernel's ./scripts/checkpatch.pl on new patches.
/kvm-unit-tests/lib/
H A Dalloc_page.c240 /* check the metadata entries and update with the new size */ in coalesce()
453 * Adds a new memory area to the pool of available memory.
473 /* the new area number must be unused */ in _page_alloc_init_area()
484 /* fill in the values of the new area */ in _page_alloc_init_area()
493 /* check that the new area does not overlap with any existing areas */ in _page_alloc_init_area()
502 /* initialize all freelists for the new area */ in _page_alloc_init_area()
547 * Adds a new memory area to the pool of available memory.
/kvm-unit-tests/s390x/snippets/c/
H A Dflat.lds.S21 /* Restart new PSW for booting via PSW restart. */
/kvm-unit-tests/lib/s390x/
H A Dsie-icpt.c41 /* If a new diag is introduced add it to the cases above! */ in sie_is_diag_icpt()
H A Dinterrupt.c114 * This will update the DAT mode and address space mode of all interrupt new
117 * Since enabling DAT needs initialized CRs and the restart new PSW is often used
118 * to initialize CRs, the restart new PSW is never touched to avoid the chicken
/kvm-unit-tests/x86/
H A Dhypercall.c35 "pushq %rsi\n\t" // new return address
H A Dcet.c92 /* Install the new page. */ in main()

12