Searched refs:post (Results 1 – 24 of 24) sorted by relevance
/xen/xen/drivers/passthrough/vtd/ |
A D | utils.c | 245 p->post.svt, p->post.sq, p->post.sid, p->post.vector, in vtd_dump_iommu_info() 246 p->post.avail, p->post.fpd, in vtd_dump_iommu_info() 247 ((u64)p->post.pda_h << 32) | (p->post.pda_l << 6), in vtd_dump_iommu_info() 248 p->post.urg, p->post.p); in vtd_dump_iommu_info()
|
A D | intremap.c | 669 new_ire.post.im = 1; in msi_msg_to_remap_entry() 670 new_ire.post.vector = msi_desc->gvec; in msi_msg_to_remap_entry() 671 new_ire.post.pda_l = virt_to_maddr(pi_desc) >> (32 - PDA_LOW_BIT); in msi_msg_to_remap_entry() 672 new_ire.post.pda_h = virt_to_maddr(pi_desc) >> 32; in msi_msg_to_remap_entry() 673 new_ire.post.p = 1; in msi_msg_to_remap_entry()
|
A D | iommu.h | 325 } post; member
|
/xen/tools/hotplug/Linux/ |
A D | vif-route | 62 call_hooks vif post
|
A D | vif-bridge | 104 call_hooks vif post
|
A D | vif-nat | 184 call_hooks vif post
|
/xen/tools/ocaml/xenstored/ |
A D | packet.ml | 15 | (Ack _, Ack _) -> true (* just consider the response, not the post-response action *)
|
/xen/docs/hypervisor-guide/ |
A D | code-coverage.rst | 49 programs to post-process. 71 * Use ``geninfo`` to post-process the raw data. 90 * Use ``llvm-profdata`` to post-process the raw data.
|
/xen/tools/firmware/rombios/ |
A D | tcgbios.c | 43 POST_MEASURE(post, nmi)
|
A D | rombios.c | 1974 jz post 10757 post: 11699 jmp 0xf000:post; 11706 jmp 0xf000:post
|
/xen/tools/hotplug/Linux/vif-post.d/ |
A D | 00-vif-local.hook | 2 # ${XEN_SCRIPT_DIR}/vif-post.d/00-vif-local.hook
|
/xen/tools/misc/ |
A D | mkrpm | 67 %post
|
/xen/xen/include/xen/ |
A D | livepatch_payload.h | 32 livepatch_postcall_t *const *post; member
|
/xen/xen/common/ |
A D | livepatch.c | 707 LIVEPATCH_ASSIGN_SINGLE_HOOK(elf, payload->hooks.apply.post, ELF_LIVEPATCH_POSTAPPLY_HOOK); in prepare_payload() 711 LIVEPATCH_ASSIGN_SINGLE_HOOK(elf, payload->hooks.revert.post, ELF_LIVEPATCH_POSTREVERT_HOOK); in prepare_payload() 1536 is_hook_enabled(payload->hooks.apply.post) || in has_payload_any_vetoing_hooks() 1538 is_hook_enabled(payload->hooks.revert.post); in has_payload_any_vetoing_hooks() 1735 if ( is_hook_enabled(p->hooks.revert.post) ) in check_for_livepatch_work() 1740 (*p->hooks.revert.post)(p); in check_for_livepatch_work() 1745 if ( is_hook_enabled(p->hooks.apply.post) ) in check_for_livepatch_work() 1750 (*p->hooks.apply.post)(p); in check_for_livepatch_work()
|
/xen/docs/misc/ |
A D | crashdb.txt | 4 Xen has a simple gdb stub for doing post-mortem debugging i.e. once
|
A D | vtd-pi.txt | 213 } post;
|
A D | livepatch.pandoc | 381 It optionally may also contain the address of pre- and post- vetoing hooks to 382 be called before (pre) or after (post) apply and revert payload actions (while
|
/xen/docs/process/ |
A D | xen-release-management.pandoc | 152 release, write a blog post for the release. 169 3. The Community Manager will also draft blog post with the help of PR 225 10. Make the announcement on various mailing list, publish the blog post. 377 Technical blog post for X.Y can be found at:
|
A D | release-technician-checklist.txt | 128 … (./configure && make -j4 KERNELS='' && echo ok.) 2>&1 | tee ../log.$v # post 4.2
|
/xen/ |
A D | SUPPORT.md | 182 ## Debugging, analysis, and crash post-mortem 933 post it publicly to the Xen Project mailing lists
|
/xen/docs/designs/ |
A D | qemu-deprivilege.md | 286 started up on the post-migration side. One issue that needs to be
|
A D | non-cooperative-migration.md | 178 They are an important part of post PV protocols. Normally a frontend driver
|
/xen/stubdom/grub.patches/ |
A D | 00cvs | 958 Yedidyah Bar-David <didi@post.tau.ac.il>
|
/xen/xen/arch/x86/x86_emulate/ |
A D | x86_emulate.c | 1256 # define invoke_stub(pre, post, constraints...) do { \ argument 1259 asm volatile ( pre "\n\tINDIRECT_CALL %[stub]\n\t" post "\n" \ 1275 # define invoke_stub(pre, post, constraints...) \ argument 1276 asm volatile ( pre "\n\tcall *%[stub]\n\t" post \
|
Completed in 61 milliseconds