preserve_boot_args 함수는 bootloader에서 전달한 x0 - x3 값을 boot_args에 저장하고 mmu 활성화 여부를 mmu_enabled_at_boot 변수에 저장한다.SYM_CODE_START_LOCAL(preserve_boot_args) mov x21, x0 // x21=FDT adr_l x0, boot_args // record the contents of stp x21, x1, [x0] // x0 .. x3 at kernel entry stp x2, x3, [x0, #16] cbnz x19, 0f // skip cache invalidation if MMU is on dmb sy // needed before dc ivac with // M..