Searched refs:fh_size (Results 1 – 16 of 16) sorted by relevance
/openbsd/sys/arch/arm/arm/ |
H A D | fiq.c | 91 if (fh->fh_size > 0x100) in fiq_claim() 114 fiq_installhandler(fh->fh_func, fh->fh_size); in fiq_claim() 149 fiq_installhandler(ofh->fh_func, ofh->fh_size); in fiq_release()
|
/openbsd/sys/arch/arm/include/ |
H A D | fiq.h | 56 size_t fh_size; /* size of FIQ handler */ member
|
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | netbsd_syscall_hooks.h | 2164 (long long)(fh_size)) 2167 res, (long long)(fname), (long long)(fhp), (long long)(fh_size)) 2170 (long long)(fhp), (long long)(fh_size), (long long)(flags)) 2185 (long long)(fhp), (long long)(fh_size), (long long)(sb)) 2188 res, (long long)(fhp), (long long)(fh_size), (long long)(sb)) 2517 (long long)(fhp), (long long)(fh_size), (long long)(sb)) 2520 res, (long long)(fhp), (long long)(fh_size), (long long)(sb)) 4480 long long fh_size); 4486 long long fh_size, 4922 long long fh_size, [all …]
|
/openbsd/sys/arch/arm64/stand/efiboot/ |
H A D | fdt.h | 21 uint32_t fh_size; member
|
H A D | fdt.c | 89 tree.end = (char *)fdt + betoh32(tree.header->fh_size); in fdt_init() 104 tree.header->fh_size = htobe32(tree.end - start); in fdt_finalize() 125 return betoh32(((struct fdt_head *)fdt)->fh_size); in fdt_get_size()
|
H A D | efiboot.c | 643 ((struct fdt_head *)addr)->fh_size = htobe32(len); in efi_makebootargs()
|
/openbsd/sys/arch/armv7/stand/efiboot/ |
H A D | fdt.h | 21 uint32_t fh_size; member
|
H A D | fdt.c | 89 tree.end = (char *)fdt + betoh32(tree.header->fh_size); in fdt_init() 104 tree.header->fh_size = htobe32(tree.end - start); in fdt_finalize() 125 return betoh32(((struct fdt_head *)fdt)->fh_size); in fdt_get_size()
|
H A D | efiboot.c | 562 ((struct fdt_head *)addr)->fh_size = htobe32(len); in efi_makebootargs()
|
/openbsd/sys/arch/riscv64/stand/efiboot/ |
H A D | fdt.h | 21 uint32_t fh_size; member
|
H A D | fdt.c | 89 tree.end = (char *)fdt + betoh32(tree.header->fh_size); in fdt_init() 104 tree.header->fh_size = htobe32(tree.end - start); in fdt_finalize() 125 return betoh32(((struct fdt_head *)fdt)->fh_size); in fdt_get_size()
|
H A D | efiboot.c | 524 ((struct fdt_head *)addr)->fh_size = htobe32(len); in efi_makebootargs()
|
/openbsd/sys/dev/ofw/ |
H A D | fdt.h | 21 u_int32_t fh_size; member
|
H A D | fdt.c | 96 tree.end = (char *)fdt + betoh32(tree.header->fh_size); in fdt_init() 111 tree.header->fh_size = htobe32(tree.end - start); in fdt_finalize() 132 return betoh32(((struct fdt_head *)fdt)->fh_size); in fdt_get_size()
|
/openbsd/sys/arch/riscv64/riscv64/ |
H A D | machdep.c | 577 if (betoh32(fh->fh_magic) != FDT_MAGIC || betoh32(fh->fh_size) == 0) in initriscv() 581 endpa = round_page((paddr_t)config + betoh32(fh->fh_size)); in initriscv()
|
/openbsd/sys/arch/arm64/arm64/ |
H A D | machdep.c | 845 if (betoh32(fh->fh_magic) != FDT_MAGIC || betoh32(fh->fh_size) == 0) in initarm() 849 endpa = round_page((paddr_t)config + betoh32(fh->fh_size)); in initarm()
|