Home
last modified time | relevance | path

Searched refs:guest_handle_okay (Results 1 – 21 of 21) sorted by relevance

/xen-4.10.0-shim-comet/xen/common/efi/
A Dcompat.c18 #undef guest_handle_okay
19 #define guest_handle_okay compat_handle_okay macro
A Druntime.c229 if ( !guest_handle_okay(guest_handle_cast(info->vendor.name, in efi_get_info()
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dphysdev.c80 #undef guest_handle_okay
81 #define guest_handle_okay compat_handle_okay macro
/xen-4.10.0-shim-comet/xen/common/
A Dmulticall.c51 if ( unlikely(!guest_handle_okay(call_list, nr_calls)) ) in do_multicall()
A Dtmem_control.c366 if ( !guest_handle_okay(pools, nr) ) in tmemc_get_pool()
420 if ( !guest_handle_okay(pools, nr) ) in tmemc_set_pools()
468 if ( !guest_handle_okay(pools, nr) ) in tmemc_auth_pools()
A Dmemory.c830 if ( !guest_handle_okay(xatpb->idxs, xatpb->size) || in xenmem_add_to_physmap_batch()
831 !guest_handle_okay(xatpb->gpfns, xatpb->size) || in xenmem_add_to_physmap_batch()
832 !guest_handle_okay(xatpb->errs, xatpb->size) ) in xenmem_add_to_physmap_batch()
1412 !guest_handle_okay(grdm.map.buffer, grdm.map.nr_entries) ) in do_memory_op()
A Dlivepatch.c135 if ( !guest_handle_okay(upload->payload, upload->size) ) in verify_payload()
1003 (!guest_handle_okay(list->status, list->nr) || in livepatch_list()
1004 !guest_handle_okay(list->name, XEN_LIVEPATCH_NAME_SIZE * list->nr) || in livepatch_list()
1005 !guest_handle_okay(list->len, list->nr)) ) in livepatch_list()
A Dgrant_table.c1820 if ( !guest_handle_okay(op.frame_list, op.nr_frames) ) in gnttab_setup_table()
3335 if ( unlikely(!guest_handle_okay(map, count)) ) in do_grant_table_op()
3351 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3367 if ( unlikely(!guest_handle_okay(unmap, count)) ) in do_grant_table_op()
3392 if ( unlikely(!guest_handle_okay(transfer, count)) ) in do_grant_table_op()
3408 if ( unlikely(!guest_handle_okay(copy, count)) ) in do_grant_table_op()
3445 if ( unlikely(!guest_handle_okay(swap, count)) ) in do_grant_table_op()
3461 if ( unlikely(!guest_handle_okay(cflush, count)) ) in do_grant_table_op()
A Ddomain.c1417 if ( !guest_handle_okay(area.addr.h, 1) ) in do_vcpu_op()
A Dschedule.c928 if ( !guest_handle_okay(sched_poll->ports, sched_poll->nr_ports) ) in do_poll()
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dbacktrace.c84 if (!guest_handle_okay(guest_head, 2)) in dump_guest_backtrace()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dguest_access.h115 #define guest_handle_okay(hnd, nr) (1) macro
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Ddescriptor-tables.c194 if ( !guest_handle_okay(frame_list, nr_pages) ) in compat_set_gdt()
A Dshim.c637 : !guest_handle_okay(nat.frame_list, in pv_shim_grant_table_op()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dguest_access.h128 #define guest_handle_okay(hnd, nr) \ macro
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/
A Dmm.c202 if ( unlikely(!guest_handle_okay(cmp_uops, count)) ) in compat_mmuext_op()
/xen-4.10.0-shim-comet/xen/common/compat/
A Dgrant_table.c74 if ( unlikely(!guest_handle_okay(guest_handle_cast(cmp_uop, \ in compat_grant_table_op()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dphysdev.c430 if ( !guest_handle_okay(set_iobitmap.bitmap, IOBMP_BYTES) || in do_physdev_op()
A Dmm.c3019 if ( unlikely(!guest_handle_okay(uops, count)) ) in do_mmuext_op()
3554 if ( unlikely(!guest_handle_okay(ureqs, count)) ) in do_mmu_update()
4286 if ( store && !guest_handle_okay(buffer, ctxt.map.nr_entries) ) in arch_memory_op()
A Ddomain.c1205 if ( !guest_handle_okay(area.addr.h, 1) ) in arch_do_vcpu_op()
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/
A Dcpu_idle.c1156 if ( unlikely(!guest_handle_okay(power->states, power->count)) ) in set_cx_pminfo()

Completed in 51 milliseconds