/xen/tools/xenstore/ |
A D | talloc_guide.txt | 18 between a "talloc context" and a "talloc pointer". Any pointer 25 and the pointer X->name would be a "child" of the talloc context "X" 89 children. You can call talloc_free() on any pointer returned by 134 cause this pointer to be freed if it runs out of parents. 138 pointer as a child of its current parent. 148 with this pointer, or must be a direct parent of ptr. 209 pointer. It is logically equivalent to: 279 that you want the resulting pointer to hold. 306 pointer. It is typically used when the context that the pointer is 361 pointer that is referenced. [all …]
|
/xen/xen/drivers/acpi/tables/ |
A D | tbinstal.c | 70 if (!table_desc->pointer) { in acpi_tb_verify_table() 73 table_desc->pointer = in acpi_tb_verify_table() 77 if (!table_desc->pointer) { in acpi_tb_verify_table() 89 acpi_tb_verify_checksum(table_desc->pointer, in acpi_tb_verify_table()
|
A D | tbxface.c | 197 *out_table = acpi_gbl_root_table_list.tables[i].pointer; in acpi_get_table() 200 acpi_gbl_root_table_list.tables[i].pointer = NULL; in acpi_get_table() 248 acpi_gbl_root_table_list.tables[i].pointer = NULL; in acpi_get_table_phys()
|
/xen/xen/arch/arm/arm32/lib/ |
A D | findbit.S | 33 add r2, r2, #8 @ next bit pointer 56 add r2, r2, #1 @ align bit pointer 74 add r2, r2, #8 @ next bit pointer 96 add r2, r2, #1 @ align bit pointer 112 add r2, r2, #8 @ next bit pointer 132 add r2, r2, #1 @ align bit pointer 146 add r2, r2, #8 @ next bit pointer 165 add r2, r2, #1 @ align bit pointer
|
A D | assembler.h | 278 @ Slightly optimised to avoid incrementing the pointer twice
|
/xen/xen/include/acpi/ |
A D | actypes.h | 593 char *pointer; /* points to the string value */ member 599 u8 *pointer; /* points to the buffer */ member 633 union acpi_object *pointer; member 645 void *pointer; /* pointer to buffer */ member
|
A D | aclocal.h | 65 struct acpi_table_header *pointer; member
|
A D | acutils.h | 129 const char *module_name, u32 component_id, void *pointer);
|
/xen/xen/include/xen/ |
A D | multiboot2.h | 164 u64 pointer; member 170 u64 pointer; member
|
/xen/xen/common/libelf/ |
A D | Makefile | 8 CFLAGS-y += -Wno-pointer-sign
|
/xen/tools/fuzz/libelf/ |
A D | Makefile | 10 $(patsubst %.c,%.o,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign
|
/xen/xen/arch/x86/x86_64/ |
A D | asm-offsets.c | 167 OFFSET(MB2_efi64_st, multiboot2_tag_efi64_t, pointer); in __dummy__() 168 OFFSET(MB2_efi64_ih, multiboot2_tag_efi64_ih_t, pointer); in __dummy__()
|
/xen/tools/ |
A D | Rules.mk | 172 CFLAGS += -O0 -fno-omit-frame-pointer 176 CFLAGS += -O2 -fomit-frame-pointer
|
/xen/xen/ |
A D | Makefile | 204 CFLAGS += -fno-omit-frame-pointer 206 CFLAGS += -fomit-frame-pointer 210 CFLAGS += -Werror -Wredundant-decls -Wno-pointer-arith
|
/xen/docs/misc/ |
A D | livepatch.pandoc | 138 * Changing the function pointer tables with the new virtual address of 279 - which are a pointer to a hook function pointer. 391 - which are a pointer to a single hook function pointer. 399 - which are a pointer to a single hook function pointer. 464 This section contains a pointer to a single function pointer to be executed 479 This section contains a pointer to a single function pointer to be executed 496 This section contains a pointer to a single function pointer to be executed 511 This section contains a pointer to a single function pointer to be executed 527 This section contains a pointer to a single function pointer to be executed 607 * `name` - pointer where the string for the name is located. [all …]
|
A D | pvh.pandoc | 69 guest. This applies to both privileged and unprivileged guests. A pointer to
|
A D | xenstore-ring.txt | 40 been marked as 'consumed' by the relevant consumer pointer.
|
A D | vtd.txt | 225 * Driver submits command with a pointer to a buffer within internal 226 resource. Device decodes the pointer (address), and accesses to the
|
/xen/tools/firmware/rombios/ |
A D | 32bitgateway.c | 129 ; Restore real-mode stack pointer
|
/xen/tools/libxc/ |
A D | Makefile | 79 $(patsubst %.c,%.o,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign 80 $(patsubst %.c,%.opic,$(ELF_SRCS-y)): CFLAGS += -Wno-pointer-sign
|
/xen/xen/common/ |
A D | vsprintf.c | 397 static char *pointer(char *str, const char *end, const char **fmt_ptr, in pointer() function 675 str = pointer(str, end, &fmt, va_arg(args, const void *), in vsnprintf()
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 192 + __u32 ei_leaf_lo; /* pointer to the physical block of the next * 383 int ino_blk; /* fs pointer of the inode's information */ 419 /* Read the necessary blocks, and reset the file pointer. */
|
/xen/ |
A D | Config.mk | 35 HOSTCFLAGS = -Wall -Werror -Wstrict-prototypes -O2 -fomit-frame-pointer
|
/xen/docs/designs/ |
A D | argo.pandoc | 188 The pointer d->argo on every domain is protected by this lock. A set of more 205 * `argo_init`, where the `d->argo` pointer is first populated. 207 Argo operations around this single pointer write; this is the cost of using the
|
/xen/docs/features/ |
A D | intel_psr_cat_cdp.pandoc | 312 feature property pointer array is declared to save every feature's 386 `features` is a pointer array to save all enabled features pointers
|