Home
last modified time | relevance | path

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

12

/xen-4.10.0-shim-comet/tools/libfsimage/zfs/
A Dfsys_zfs.c390 if ((char *)buf < stack && ((char *)buf) + lsize > stack) { in zio_read()
397 buf = stack; in zio_read()
398 stack += psize; in zio_read()
669 zapbuf = stack; in zap_lookup()
671 stack += size; in zap_lookup()
704 char *stack) in dnode_get() argument
779 char *stack) in dnode_get_path() argument
903 stack))) in get_objset_mdn()
1280 char *stack; in zfs_mount() local
1382 char *stack; in zfs_open() local
[all …]
/xen-4.10.0-shim-comet/xen/tools/kconfig/
A Dsymbol.c1060 memset(stack, 0, sizeof(*stack)); in dep_stack_insert()
1064 stack->sym = sym; in dep_stack_insert()
1065 check_top = stack; in dep_stack_insert()
1093 for (stack = check_top; stack != NULL; stack = stack->prev) in sym_check_print_recursive()
1096 if (!stack) { in sym_check_print_recursive()
1101 for (; stack; stack = stack->next) { in sym_check_print_recursive()
1102 sym = stack->sym; in sym_check_print_recursive()
1103 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1119 if (stack->expr) { in sym_check_print_recursive()
1202 stack.prop = prop; in sym_check_sym_deps()
[all …]
A Dzconf.tab.c_shipped374 /* A type that is properly aligned for any stack member. */
396 stack. */
1080 if the built-in stack extension method is used).
1454 /* The state stack. */
1459 /* The semantic value stack. */
1499 /* Initialize stack pointers.
1500 Waste one element of value and location stack
1501 so that they stay on the same level as the state stack.
1532 /* Each stack pointer address is followed by the size of the
1533 data in use in that stack, in bytes. This used to be a
[all …]
A Dzconf.lex.c_shipped280 static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
281 static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
288 * Returns the top of the stack, or NULL.
991 /* Number of entries by which start-condition stack grows. */
1965 /** Pushes the new state onto the stack. The new state becomes
1966 * the current state. This function will allocate the stack
1997 /** Removes and deletes the top of the stack, if present.
2017 /* Allocates the stack if it does not exist.
2027 * scanner will even need a stack. We use 2 instead of 1 to avoid an
2288 /* Pop the buffer stack, destroying each element. */
[all …]
/xen-4.10.0-shim-comet/xen/common/
A Dwait.c35 char *stack; member
50 wqv->stack = alloc_xenheap_page(); in init_waitqueue_vcpu()
51 if ( wqv->stack == NULL ) in init_waitqueue_vcpu()
76 free_xenheap_page(wqv->stack); in destroy_waitqueue_vcpu()
152 : "i" (PAGE_SIZE), "0" (0), "1" (cpu_info), "2" (wqv->stack) in __prepare_to_wait()
195 : : "S" (wqv->stack), "D" (wqv->esp), in check_wakeup_from_wait()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dtraps.c199 if ( !__compat_access_ok(v->domain, stack, sizeof(*stack)) ) in compat_show_guest_stack()
217 stack = do_page_walk(v, (unsigned long)stack); in compat_show_guest_stack()
229 if ( (((long)stack - 1) ^ ((long)(stack + 1) - 1)) & mask ) in compat_show_guest_stack()
242 stack++; in compat_show_guest_stack()
273 if ( !access_ok(stack, sizeof(*stack)) ) in show_guest_stack()
287 stack = do_page_walk(v, (unsigned long)stack); in show_guest_stack()
299 if ( (((long)stack - 1) ^ ((long)(stack + 1) - 1)) & mask ) in show_guest_stack()
312 stack++; in show_guest_stack()
400 while ( stack <= bottom ) in _show_trace()
402 addr = *stack++; in _show_trace()
[all …]
A Dsetup.c616 unsigned long *stack = (void*)(get_stack_bottom() & ~(STACK_SIZE - 1)); in reinit_bsp_stack() local
624 stack_base[0] = stack; in reinit_bsp_stack()
625 memguard_guard_stack(stack); in reinit_bsp_stack()
/xen-4.10.0-shim-comet/tools/xentrace/
A Dxenctx.c871 guest_word_t stack = stk_addr_start; in print_stack() local
907 stack = stack_pointer(ctx); in print_stack()
911 while (stack < frame) { in print_stack()
919 stack += width; in print_stack()
922 stack = frame; in print_stack()
925 p = map_page(ctx, vcpu, stack); in print_stack()
935 stack += width; in print_stack()
948 stack += width; in print_stack()
952 stack = stk_addr_start; in print_stack()
953 while(stack < stack_limit) { in print_stack()
[all …]
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dcurrent.h35 #define switch_stack_and_jump(stack, fn) \ argument
36 asm volatile ("mov sp,%0; b " STR(fn) : : "r" (stack) : "memory" )
A Dinit.h7 unsigned char *stack; member
A Ddomain.h183 void *stack; member
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dbacktrace.c136 unsigned long stack = (unsigned long)regs->rsp; in valid_hypervisor_stack() local
137 unsigned long stack_base = (stack & ~(STACK_SIZE - 1)) + STACK_SIZE; in valid_hypervisor_stack()
139 return headaddr > stack && headaddr < stack_base; in valid_hypervisor_stack()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Dsmpboot.c56 .stack = cpu0_boot_stack,
388 init_data.stack = idle_vcpu[cpu]->arch.stack; in __cpu_up()
429 init_data.stack = NULL; in __cpu_up()
A Dtraps.c1035 unsigned long *stack, addr; in show_guest_stack() local
1108 stack = mapped + (sp & ~PAGE_MASK); in show_guest_stack()
1112 if ( (((long)stack - 1) ^ ((long)(stack + 1) - 1)) & PAGE_SIZE ) in show_guest_stack()
1114 addr = *stack; in show_guest_stack()
1118 stack++; in show_guest_stack()
1200 register_t *stack = STACK_BEFORE_EXCEPTION(regs), addr; in show_stack() local
1206 printk("Xen stack trace from sp=%p:\n ", stack); in show_stack()
1210 if ( ((long)stack & (STACK_SIZE-BYTES_PER_LONG)) == 0 ) in show_stack()
1215 addr = *stack++; in show_stack()
A Ddomain.c523 v->arch.stack = alloc_xenheap_pages(STACK_ORDER, MEMF_node(vcpu_to_node(v))); in vcpu_initialise()
524 if ( v->arch.stack == NULL ) in vcpu_initialise()
527 v->arch.cpu_info = (struct cpu_info *)(v->arch.stack in vcpu_initialise()
566 free_xenheap_pages(v->arch.stack, STACK_ORDER); in vcpu_destroy()
/xen-4.10.0-shim-comet/tools/firmware/rombios/
A D32bitgateway.c83 ; Save caller state, stack frame offsets listed below
129 ; Restore real-mode stack pointer
/xen-4.10.0-shim-comet/xen/arch/arm/arm64/
A Dasm-offsets.c52 OFFSET(INITINFO_stack, struct init_info, stack); in __dummy__()
/xen-4.10.0-shim-comet/xen/arch/arm/arm32/
A Dasm-offsets.c75 OFFSET(INITINFO_stack, struct init_info, stack); in __dummy__()
/xen-4.10.0-shim-comet/
A DConfig.mk235 EMBEDDED_EXTRA_CFLAGS := -nopie -fno-stack-protector -fno-stack-protector-all
/xen-4.10.0-shim-comet/xen/arch/x86/boot/
A Dwakeup.S13 movw %ax, %ss # A stack required for BIOS call
/xen-4.10.0-shim-comet/docs/misc/
A Dxen-error-handling.txt19 * Unrecoverable guest kernel stack overflows
A Dnetif-staging-grants.pandoc113 network stack goes as following:
207 25) Call into to the network stack.
309 from backend to frontend network stack:
376 24) Call packet into the network stack.
A Dlivepatch.markdown88 *domctl/sysctl: don't leak hypervisor stack to toolstacks*
151 the function is not on the stack - must also check every caller. For some
218 checks have to make sure the function is not on the stack. However
805 the call stack for each CPU would be deterministic. This would
808 is on the stack - which can lead to corruption.
836 but is time-bound. However the local CPU stack is much shorter and
925 * Hotpatch stack - where an mechanism exists that loads the hotpatches
937 The hot-patch stack puts stricts requirements on the order of the patches
967 the stack, make sure the payload is built with same compiler as hypervisor).
A Dpvh.markdown35 charge of setting up it's own stack, GDT and IDT.
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dentry.S378 # Get out of the guest-save area of the stack.
500 subq $8,UREGS_rsp(%rsp) # add ec/ev to previous stack frame

Completed in 38 milliseconds

12