Home
last modified time | relevance | path

Searched refs:applied (Results 1 – 25 of 25) sorted by relevance

/xen/xen/test/livepatch/
A Dxen_action_hooks_norevert.c30 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_apply_hook()
49 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in post_apply_hook()
66 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in pre_revert_hook()
105 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
111 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
A Dxen_action_hooks_marker.c28 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_apply_hook()
47 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in post_apply_hook()
64 BUG_ON(func->applied != LIVEPATCH_FUNC_APPLIED); in pre_revert_hook()
83 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
A Dxen_action_hooks_noapply.c30 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_apply_hook()
69 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_apply_hook()
86 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in pre_revert_hook()
105 BUG_ON(func->applied == LIVEPATCH_FUNC_APPLIED); in post_revert_hook()
A Dxen_action_hooks.c31 func->applied = LIVEPATCH_FUNC_APPLIED; in apply_hook()
52 func->applied = LIVEPATCH_FUNC_NOT_APPLIED; in revert_hook()
/xen/xen/include/xen/
A Dlivepatch.h130 if ( func->applied == LIVEPATCH_FUNC_APPLIED ) in common_livepatch_apply()
138 func->applied = LIVEPATCH_FUNC_APPLIED; in common_livepatch_apply()
144 if ( !func->old_addr || func->applied == LIVEPATCH_FUNC_NOT_APPLIED ) in common_livepatch_revert()
152 func->applied = LIVEPATCH_FUNC_NOT_APPLIED; in common_livepatch_revert()
/xen/tools/ocaml/libs/xs/
A Dxs.mli24 - other perm: applied to domain that is not owner or in ACL.
57 (** create a transaction with a vector of function that can be applied
/xen/docs/misc/
A Damd-ucode-container.txt78 Once the patch is applied, further parsing of the file is skipped.
84 [1], [2] since it's not guaranteed that the latest patch will be applied.
A Dlivepatch.pandoc56 We must also have a mechanism to query what has been applied and a mechanism
301 uint8_t applied;
337 * `applied` tracks function's applied/reverted state. It has a boolean type
415 uint8_t applied;
451 before payload is being applied (.livepatch.funcs) or after reverting
629 will be returned. The payload is not applied at this time - that is
667 * *LIVEPATCH_STATUS_APPLIED* (2) loaded, checked, and applied.
685 as we have not even applied it. Afterwards we will have:
772 * *LIVEPATCH_STATUS_APPLIED* (2) loaded, checked, and applied.
948 minimize the chance of the patch not being applied due to safety
[all …]
A Dxsm-flask.txt233 Existing SELinux tools such as audit2allow can be applied to these denials, e.g.
A Dkconfig-language.rst121 are applied to all other options within this menu entry (which also
A Dxen-command-line.pandoc562 instruction. Settings applied here take effect globally, including for Xen
2123 hardware, this is a global option applied at boot, and not virtualised for
2469 (the dummy module) will be applied. It's also used when XSM is compiled out.
/xen/tools/ocaml/xenstored/
A Doxenstored.conf.in12 # Limits applied to domains whose writes cause other domains' transaction
A Dstdext.ml21 * Even if fct raises an exception, clean_f is applied
/xen/docs/features/
A Dintel_psr_mba.pandoc54 delay applied) by HW automatically. The response of throttling value is
107 combination may be applied at any time, e.g. enabling MBA with CAT
A Dlivepatch.pandoc45 If a correct live patch is loaded but it is not applied correctly
A Dfeature-levelling.pandoc100 _Feature Mask_ MSRs, which are a simple AND-mask applied to all `CPUID`
/xen/tools/firmware/vgabios/
A DChangeLog158 - applied patch from the qemu project (Fabrice Bellard)
169 - applied patch from Fabrice Bellard
322 - applied new patch for the cirrus extension from suzu
342 - applied suzu's cirrus extension patch. Cirrus SVGA detection, most of the
792 - applied patch #1331 * new function dispi_set_bank_farcall()
/xen/docs/process/
A Drelease-technician-checklist.txt23 # - check (for point releases, but not RCs) all XSAs have been applied (Lars)
A Dxen-release-management.pandoc187 They have the correct commits and all security patches applied. There will be
/xen/xen/include/public/
A Dsysctl.h871 uint8_t applied; member
/xen/docs/admin-guide/
A Dmicrocode-loading.rst115 applied at runtime.
/xen/docs/man/
A Dxl.conf.5.pod201 Global masks that are applied when creating guests and pinning vcpus
A Dxl.1.pod.in193 immediate effect but will be applied when the guest is next
/xen/docs/designs/
A Dqemu-deprivilege.md285 Additionally, all the restrictions need to be applied to the qemu
/xen/xen/common/
A Dlivepatch.c1382 if ( f->applied != expected_state ) in was_action_consistent()

Completed in 39 milliseconds