Searched refs:SCS_SIZE (Results 1 – 3 of 3) sorted by relevance
20 account * (SCS_SIZE / SZ_1K)); in __scs_account()35 kasan_unpoison_vmalloc(s, SCS_SIZE); in __scs_alloc()36 memset(s, 0, SCS_SIZE); in __scs_alloc()41 return __vmalloc_node_range(SCS_SIZE, 1, VMALLOC_START, VMALLOC_END, in __scs_alloc()60 kasan_poison_vmalloc(s, SCS_SIZE); in scs_alloc()
19 #define SCS_SIZE (PAGE_SIZE << SCS_ORDER) macro45 return (unsigned long *)(s + SCS_SIZE) - 1; in __scs_magic()53 return sz >= SCS_SIZE - 1 || READ_ONCE_NOCHECK(*magic) != SCS_END_MAGIC; in task_scs_end_corrupted()
54 unsigned long init_shadow_call_stack[SCS_SIZE / sizeof(long)]56 [(SCS_SIZE / sizeof(long)) - 1] = SCS_END_MAGIC