/src/sys/arch/i386/stand/boot/ |
biosboot.S | 54 ENTRY(boot_params) function 55 .long boot_start_1 - boot_params 56 #include <boot_params.S> 82 /* Grab boot_params patched into bootxx by installboot */ 85 mov $boot_params, %di 87 cmp $boot_start_1 - boot_params, %cx 89 mov $boot_start_1 - boot_params, %cx 115 testb $X86_BP_FLAGS_LBA64VALID, boot_params+4
|
biosboot.S | 54 ENTRY(boot_params) function 55 .long boot_start_1 - boot_params 56 #include <boot_params.S> 82 /* Grab boot_params patched into bootxx by installboot */ 85 mov $boot_params, %di 87 cmp $boot_start_1 - boot_params, %cx 89 mov $boot_start_1 - boot_params, %cx 115 testb $X86_BP_FLAGS_LBA64VALID, boot_params+4
|
biosboot.S | 54 ENTRY(boot_params) function 55 .long boot_start_1 - boot_params 56 #include <boot_params.S> 82 /* Grab boot_params patched into bootxx by installboot */ 85 mov $boot_params, %di 87 cmp $boot_start_1 - boot_params, %cx 89 mov $boot_start_1 - boot_params, %cx 115 testb $X86_BP_FLAGS_LBA64VALID, boot_params+4
|
/src/sys/arch/i386/stand/bootxx/ |
bootxx.S | 53 boot_params: /* space for patchable variables */ label 54 .long 1f - boot_params /* length of this data area */ 55 #include <boot_params.S> 92 movl $boot_params, %esi
|
bootxx.S | 53 boot_params: /* space for patchable variables */ label 54 .long 1f - boot_params /* length of this data area */ 55 #include <boot_params.S> 92 movl $boot_params, %esi
|
bootxx.S | 53 boot_params: /* space for patchable variables */ label 54 .long 1f - boot_params /* length of this data area */ 55 #include <boot_params.S> 92 movl $boot_params, %esi
|
/src/sys/arch/landisk/stand/boot/ |
boot.S | 38 ENTRY(boot_params) function 39 .long boot_start1 - boot_params 40 #include <boot_params.S> 53 mov.l .L.boot_params, r1 114 .L.boot_params: 115 .long boot_params 117 .long boot_start1 - boot_params
|
boot.S | 38 ENTRY(boot_params) function 39 .long boot_start1 - boot_params 40 #include <boot_params.S> 53 mov.l .L.boot_params, r1 114 .L.boot_params: 115 .long boot_params 117 .long boot_start1 - boot_params
|
boot.S | 38 ENTRY(boot_params) function 39 .long boot_start1 - boot_params 40 #include <boot_params.S> 53 mov.l .L.boot_params, r1 114 .L.boot_params: 115 .long boot_params 117 .long boot_start1 - boot_params
|
/src/sys/arch/landisk/stand/bootxx/ |
bootxx.S | 37 boot_params: label 38 .long 1f - boot_params 39 #include <boot_params.S> 69 mov.l .L.boot_params, r4 99 .L.boot_params: 100 .long boot_params
|
bootxx.S | 37 boot_params: label 38 .long 1f - boot_params 39 #include <boot_params.S> 69 mov.l .L.boot_params, r4 99 .L.boot_params: 100 .long boot_params
|
bootxx.S | 37 boot_params: label 38 .long 1f - boot_params 39 #include <boot_params.S> 69 mov.l .L.boot_params, r4 99 .L.boot_params: 100 .long boot_params
|
/src/sys/arch/i386/stand/cdboot/ |
cdboot.S | 111 boot_params: /* space for patchable variables */ label 112 .long 1f - boot_params /* length of this data area */ 113 #include <boot_params.S> 286 movl $boot_params, %esi /* Provide boot_params */
|
cdboot.S | 111 boot_params: /* space for patchable variables */ label 112 .long 1f - boot_params /* length of this data area */ 113 #include <boot_params.S> 286 movl $boot_params, %esi /* Provide boot_params */
|
cdboot.S | 111 boot_params: /* space for patchable variables */ label 112 .long 1f - boot_params /* length of this data area */ 113 #include <boot_params.S> 286 movl $boot_params, %esi /* Provide boot_params */
|
/src/sys/arch/i386/stand/fatboot/ |
fatboot.S | 288 mov $boot_params + 4, %si 338 pbr_space = boot_params - . 348 boot_params: label
|
fatboot.S | 288 mov $boot_params + 4, %si 338 pbr_space = boot_params - . 348 boot_params: label
|
fatboot.S | 288 mov $boot_params + 4, %si 338 pbr_space = boot_params - . 348 boot_params: label
|