/xen-4.10.0-shim-comet/xen/common/efi/ |
A D | compat.c | 18 #undef guest_handle_okay 19 #define guest_handle_okay compat_handle_okay macro
|
A D | runtime.c | 229 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 D | physdev.c | 80 #undef guest_handle_okay 81 #define guest_handle_okay compat_handle_okay macro
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | multicall.c | 51 if ( unlikely(!guest_handle_okay(call_list, nr_calls)) ) in do_multicall()
|
A D | tmem_control.c | 366 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 D | memory.c | 830 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 D | livepatch.c | 135 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 D | grant_table.c | 1820 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 D | domain.c | 1417 if ( !guest_handle_okay(area.addr.h, 1) ) in do_vcpu_op()
|
A D | schedule.c | 928 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 D | backtrace.c | 84 if (!guest_handle_okay(guest_head, 2)) in dump_guest_backtrace()
|
/xen-4.10.0-shim-comet/xen/include/asm-arm/ |
A D | guest_access.h | 115 #define guest_handle_okay(hnd, nr) (1) macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | descriptor-tables.c | 194 if ( !guest_handle_okay(frame_list, nr_pages) ) in compat_set_gdt()
|
A D | shim.c | 637 : !guest_handle_okay(nat.frame_list, in pv_shim_grant_table_op()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/ |
A D | guest_access.h | 128 #define guest_handle_okay(hnd, nr) \ macro
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/compat/ |
A D | mm.c | 202 if ( unlikely(!guest_handle_okay(cmp_uops, count)) ) in compat_mmuext_op()
|
/xen-4.10.0-shim-comet/xen/common/compat/ |
A D | grant_table.c | 74 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 D | physdev.c | 430 if ( !guest_handle_okay(set_iobitmap.bitmap, IOBMP_BYTES) || in do_physdev_op()
|
A D | mm.c | 3019 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 D | domain.c | 1205 if ( !guest_handle_okay(area.addr.h, 1) ) in arch_do_vcpu_op()
|
/xen-4.10.0-shim-comet/xen/arch/x86/acpi/ |
A D | cpu_idle.c | 1156 if ( unlikely(!guest_handle_okay(power->states, power->count)) ) in set_cx_pminfo()
|