Searched refs:old_size (Results 1 – 18 of 18) sorted by relevance
/xen/xen/test/livepatch/ |
A D | xen_replace_world.c | 22 .old_size = OLD_CODE_SZ,
|
A D | xen_bye_world.c | 23 .old_size = OLD_CODE_SZ,
|
A D | xen_nop.c | 19 .old_size = MINOR_VERSION_SZ,
|
A D | xen_expectations.c | 24 .old_size = EXPECT_BYTES_COUNT,
|
A D | xen_expectations_fail.c | 25 .old_size = EXPECT_BYTES_COUNT,
|
A D | xen_hello_world.c | 56 .old_size = OLD_CODE_SZ,
|
A D | xen_prepost_hooks_fail.c | 64 .old_size = OLD_CODE_SZ,
|
A D | xen_action_hooks.c | 91 .old_size = OLD_CODE_SZ,
|
A D | xen_action_hooks_marker.c | 101 .old_size = OLD_CODE_SZ,
|
A D | xen_prepost_hooks.c | 111 .old_size = OLD_CODE_SZ,
|
A D | xen_action_hooks_noapply.c | 125 .old_size = OLD_CODE_SZ,
|
A D | xen_action_hooks_norevert.c | 132 .old_size = OLD_CODE_SZ,
|
/xen/xen/arch/x86/x86_64/ |
A D | mmconfig-shared.c | 337 u64 old_size = size; in is_mmconf_reserved() local 346 if (size >= (16UL<<20) || size == old_size) { in is_mmconf_reserved() 350 if (old_size != size) { in is_mmconf_reserved()
|
/xen/xen/arch/x86/ |
A D | livepatch.c | 113 if ( func->old_size < func->new_size ) in arch_livepatch_verify_func() 116 else if ( func->old_size < ARCH_PATCH_INSN_SIZE ) in arch_livepatch_verify_func()
|
/xen/xen/arch/arm/ |
A D | livepatch.c | 75 if ( func->old_size < ARCH_PATCH_INSN_SIZE ) in arch_livepatch_verify_func()
|
/xen/xen/include/public/ |
A D | sysctl.h | 868 uint32_t old_size; member
|
/xen/xen/common/ |
A D | livepatch.c | 584 if ( func->old_size < exp->len ) in livepatch_verify_expectation_fn() 681 if ( !f->old_size ) in prepare_payload() 2101 f->name, f->old_addr, f->old_size, f->new_addr, f->new_size); in livepatch_printall()
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 297 uint32_t old_size; 324 * `old_size` contains the sizes of the respective `old_addr` function in 325 bytes. The value of `old_size` **MUST** not be zero. 411 uint32_t old_size; 434 .old_size = 13, /* -----------""--------------- */ 1267 this means 5 bytes are required which means that `old_size` **MUST** be 1293 This means that that `old_size` **MUST** be at least four bytes if patching
|
Completed in 29 milliseconds