Searched refs:fiqstack_top (Results 1 – 7 of 7) sorted by relevance
66 .globl EXT(fiqstack_top) // Boot processor FIQ stack top67 LEXT(fiqstack_top)
104 extern vm_offset_t fiqstack_top;418 BootCpuData.fiqstack_top = (vm_offset_t) &fiqstack_top; in arm_init()419 BootCpuData.fiqstackptr = BootCpuData.fiqstack_top; in arm_init()
31 LOAD_ADDR_GEN_DEF(fiqstack_top)
300 cpu_data_ptr->fiqstack_top = fiq_stack + PAGE_SIZE + FIQSTACK_SIZE; in cpu_stack_alloc()301 cpu_data_ptr->fiqstackptr = cpu_data_ptr->fiqstack_top; in cpu_stack_alloc()323 cpu_data_ptr->fiqstack_top - FIQSTACK_SIZE - PAGE_SIZE, in cpu_data_free()
134 vm_offset_t fiqstack_top; member
217 offsetof(cpu_data_t, fiqstack_top)); in main()
488 …if (prevfp >= (target_cpu_datap->fiqstack_top - FIQSTACK_SIZE) && prevfp < target_cpu_datap->fiqst… in machine_trace_thread()638 …if (prevfp >= (target_cpu_datap->fiqstack_top - FIQSTACK_SIZE) && prevfp < target_cpu_datap->fiqst… in machine_trace_thread64()