Home
last modified time | relevance | path

Searched refs:fh_size (Results 1 – 16 of 16) sorted by relevance

/openbsd/sys/arch/arm/arm/
H A Dfiq.c91 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 Dfiq.h56 size_t fh_size; /* size of FIQ handler */ member
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/
H A Dnetbsd_syscall_hooks.h2164 (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 Dfdt.h21 uint32_t fh_size; member
H A Dfdt.c89 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 Defiboot.c643 ((struct fdt_head *)addr)->fh_size = htobe32(len); in efi_makebootargs()
/openbsd/sys/arch/armv7/stand/efiboot/
H A Dfdt.h21 uint32_t fh_size; member
H A Dfdt.c89 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 Defiboot.c562 ((struct fdt_head *)addr)->fh_size = htobe32(len); in efi_makebootargs()
/openbsd/sys/arch/riscv64/stand/efiboot/
H A Dfdt.h21 uint32_t fh_size; member
H A Dfdt.c89 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 Defiboot.c524 ((struct fdt_head *)addr)->fh_size = htobe32(len); in efi_makebootargs()
/openbsd/sys/dev/ofw/
H A Dfdt.h21 u_int32_t fh_size; member
H A Dfdt.c96 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 Dmachdep.c577 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 Dmachdep.c845 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()