92 lines
3.8 KiB
ArmAsm
92 lines
3.8 KiB
ArmAsm
|
.file "bounds.c"
|
||
|
# GNU C11 (Gentoo 12.3.1_p20230526 p2) version 12.3.1 20230526 (x86_64-pc-linux-gnu)
|
||
|
# compiled by GNU C version 12.3.1 20230526, GMP version 6.2.1, MPFR version 4.2.0-p12, MPC version 1.3.1, isl version none
|
||
|
# GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
|
||
|
# options passed: -march=skylake -mpopcnt -msse3 -mssse3 -msse4.1 -msse4.2 -mno-sse4a -mno-fma4 -mno-xop -mfma -mno-avx512f -mbmi -mbmi2 -maes -mpclmul -mno-avx512vl -mno-avx512bw -mno-avx512dq -mno-avx512cd -mno-avx512er -mno-avx512pf -mno-avx512vbmi -mno-avx512ifma -mno-avx5124vnniw -mno-avx5124fmaps -mno-avx512vpopcntdq -mno-avx512vbmi2 -mno-gfni -mno-vpclmulqdq -mno-avx512vnni -mno-avx512bitalg -mno-avx512bf16 -mno-avx512vp2intersect -madx -mabm -mno-cldemote -mclflushopt -mno-clwb -mno-clzero -mcx16 -mno-enqcmd -mf16c -mfsgsbase -mfxsr -mno-hle -msahf -mno-lwp -mlzcnt -mmovbe -mno-movdir64b -mno-movdiri -mno-mwaitx -mno-pconfig -mno-pku -mno-prefetchwt1 -mprfchw -mno-ptwrite -mno-rdpid -mrdrnd -mrdseed -mno-rtm -mno-serialize -msgx -mno-sha -mno-shstk -mno-tbm -mno-tsxldtrk -mno-vaes -mno-waitpkg -mno-wbnoinvd -mxsave -mxsavec -mxsaveopt -mxsaves -mno-amx-tile -mno-amx-int8 -mno-amx-bf16 -mno-uintr -mno-hreset -mno-kl -mno-widekl -mno-avxvnni -mno-avx512fp16 --param=l1-cache-size=32 --param=l1-cache-line-size=64 --param=l2-cache-size=12288 -mtune=skylake -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -mno-avx -mno-avx2 -m64 -mno-80387 -mno-fp-ret-in-387 -mpreferred-stack-boundary=3 -mskip-rax-setup -mno-red-zone -mcmodel=kernel -mindirect-branch=thunk-extern -mindirect-branch-register -mindirect-branch-cs-prefix -mfunction-return=thunk-extern -mharden-sls=all -mrecord-mcount -mfentry -O3 -O3 -std=gnu11 -p -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -funsigned-char -fno-tree-vectorize -fcf-protection=branch -falign-jumps=1 -falign-loops=1 -fno-asynchronous-unwind-tables -fno-jump-tables -fpatchable-function-entry=16,16 -fno-delete-null-pointer-checks -fno-allow-store-data-races -fstack-protector -ftrivial-auto-var-init=zero -fno-stack-clash-protection -falign-functions=16 -fno-strict-overflow -fstack-check=no
|
||
|
.text
|
||
|
.section .text.startup,"ax",@progbits
|
||
|
.p2align 4
|
||
|
.globl main
|
||
|
.section __patchable_function_entries,"awo",@progbits,main
|
||
|
.align 8
|
||
|
.quad .LPFE1
|
||
|
.section .text.startup
|
||
|
.LPFE1:
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
nop
|
||
|
.type main, @function
|
||
|
main:
|
||
|
endbr64
|
||
|
1: call __fentry__
|
||
|
.section __mcount_loc, "a",@progbits
|
||
|
.quad 1b
|
||
|
.previous
|
||
|
# kernel/bounds.c:19: DEFINE(NR_PAGEFLAGS, __NR_PAGEFLAGS);
|
||
|
#APP
|
||
|
# 19 "kernel/bounds.c" 1
|
||
|
|
||
|
.ascii "->NR_PAGEFLAGS $26 __NR_PAGEFLAGS" #
|
||
|
# 0 "" 2
|
||
|
# kernel/bounds.c:20: DEFINE(MAX_NR_ZONES, __MAX_NR_ZONES);
|
||
|
# 20 "kernel/bounds.c" 1
|
||
|
|
||
|
.ascii "->MAX_NR_ZONES $5 __MAX_NR_ZONES" #
|
||
|
# 0 "" 2
|
||
|
# kernel/bounds.c:22: DEFINE(NR_CPUS_BITS, ilog2(CONFIG_NR_CPUS));
|
||
|
# 22 "kernel/bounds.c" 1
|
||
|
|
||
|
.ascii "->NR_CPUS_BITS $6 ilog2(CONFIG_NR_CPUS)" #
|
||
|
# 0 "" 2
|
||
|
# kernel/bounds.c:24: DEFINE(SPINLOCK_SIZE, sizeof(spinlock_t));
|
||
|
# 24 "kernel/bounds.c" 1
|
||
|
|
||
|
.ascii "->SPINLOCK_SIZE $4 sizeof(spinlock_t)" #
|
||
|
# 0 "" 2
|
||
|
# kernel/bounds.c:26: DEFINE(LRU_GEN_WIDTH, order_base_2(MAX_NR_GENS + 1));
|
||
|
# 26 "kernel/bounds.c" 1
|
||
|
|
||
|
.ascii "->LRU_GEN_WIDTH $3 order_base_2(MAX_NR_GENS + 1)" #
|
||
|
# 0 "" 2
|
||
|
# kernel/bounds.c:27: DEFINE(__LRU_REFS_WIDTH, MAX_NR_TIERS - 2);
|
||
|
# 27 "kernel/bounds.c" 1
|
||
|
|
||
|
.ascii "->__LRU_REFS_WIDTH $2 MAX_NR_TIERS - 2" #
|
||
|
# 0 "" 2
|
||
|
# kernel/bounds.c:35: }
|
||
|
#NO_APP
|
||
|
xorl %eax, %eax #
|
||
|
jmp __x86_return_thunk
|
||
|
.size main, .-main
|
||
|
.ident "GCC: (Gentoo 12.3.1_p20230526 p2) 12.3.1 20230526"
|
||
|
.section .note.GNU-stack,"",@progbits
|
||
|
.section .note.gnu.property,"a"
|
||
|
.align 8
|
||
|
.long 1f - 0f
|
||
|
.long 4f - 1f
|
||
|
.long 5
|
||
|
0:
|
||
|
.string "GNU"
|
||
|
1:
|
||
|
.align 8
|
||
|
.long 0xc0000002
|
||
|
.long 3f - 2f
|
||
|
2:
|
||
|
.long 0x1
|
||
|
3:
|
||
|
.align 8
|
||
|
4:
|