Home
last modified time | relevance | path

Searched refs:_end (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dregulatory.h37 #define REG_RULE(_begin, _end, _bw, _mag, _meirp, _flags) \ argument
41 .freq_range.end_freq_khz = MHZ_TO_KHZ(_end), \
/freebsd/sys/netlink/
H A Dnetlink_ctl.h63 for (typeof(_attr) _end = (typeof(_attr))_NLA_END(_start, _len), _attr = (_start); \
64 ((char *)_attr < (char *)_end) && \
65 ((char *)NLA_NEXT(_attr) <= (char *)_end); \
/freebsd/sys/dev/bhnd/
H A Dbhnd_match.h71 #define BHND_HWREV_RANGE(_start, _end) { _start, _end } argument
94 #define BHND_HWREV_LTE(_end) BHND_HWREV_RANGE(0, _end) argument
/freebsd/sys/dev/bhnd/tools/
H A Dnvram_map_gen.awk944 _start, _end)
2845 _end = get(revs, p_end)
2848 return ("<= " _end)
2904 _end = get(_revs, p_end)
3143 _end = get(revs, p_end)
3736 _end = 0
3745 _end = REV_MAX
3748 _end = REV_MAX
3751 _end = int($3)-1
3754 _end = int($3)-1
[all …]
/freebsd/sys/powerpc/booke/
H A Dbooke_machdep.c156 extern unsigned char _end[];
332 end = (uintptr_t)_end; in booke_init()
338 bzero(__bss_start, _end - __bss_start); in booke_init()
/freebsd/sbin/pfctl/
H A Dpfctl_osfp.c556 int _dot = -1, _start = -1, _end = -1, _i = 0; \ in add_fingerprint()
576 _end = fp->field[_i++] - '0'; \ in add_fingerprint()
580 _end = (_end * 10) + fp->field[_i++] - '0'; \ in add_fingerprint()
582 _end = (_end * 10) + fp->field[_i++] - '0'; \ in add_fingerprint()
586 for (;_start <= _end; _start++) { \ in add_fingerprint()
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dsha512-x86_64.pl182 $_end="16*$SZ+2*8(%rsp)";
329 mov %rdx,$_end # save end pointer, "3rd" arg
385 cmp $_end,$inp
809 mov %rdx,$_end # save end pointer, "3rd" arg
1097 cmp $_end,$inp
1171 mov %rdx,$_end # save end pointer, "3rd" arg
1487 cmp $_end,$inp
1813 cmp $_end,$inp
1957 cmp %rdx,$inp # $_end
2219 cmp `$PUSH8+2*8`($Tbl),$inp # $_end
[all …]
/freebsd/crypto/openssl/crypto/camellia/asm/
H A Dcmll-x86_64.pl678 $_end="8(%rsp)"; # inp+len&~15
755 mov %rdx,$_end
781 mov $_end,%rdx
823 mov %rax,$_end
834 mov %rdx,$_end
856 mov $_end,%rdx
H A Dcmll-x86.pl72 $_end=&DWP(16,"esp");
151 &mov ($_end,"eax"); # save keyEnd
216 &mov ($_end,"eax"); # save keyEnd
894 &mov ($_end,$s3);
988 &mov ($_end,$s0);
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daesni-sha256-x86_64.pl112 $_end="16*$SZ+2*8(%rsp)";
376 mov $len,$_end
605 cmp $_end,%r12
692 mov $len,$_end
875 cmp $_end,%r12
1007 mov $len,$_end
1049 cmp $len,%r13 # $_end
1205 cmp `$PUSH8+2*8`($Tbl),%r13 # $_end
1251 cmp $_end,%r13
/freebsd/sys/kern/
H A Dfirmw.S36 #define FIRMW_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
/freebsd/stand/i386/
H A Dboot.ldscript14 _end = .; PROVIDE (end = .);
/freebsd/sys/amd64/include/
H A Dcpu.h70 extern char _end[];
H A Dpmap.h436 m->phys_addr >= kernphys + (vm_offset_t)&_end - KERNSTART, \
438 m, m->phys_addr, kernphys, &_end));
/freebsd/sys/tools/
H A Dvdso_wrap.S34 #define VDSO_BLOB_END(S) __CONCAT(_binary_, __CONCAT(S, _end))
H A Darm_kernel_boothdr.awk164 /_end/ {
/freebsd/sys/arm64/linux/
H A Dlinux_vdso.lds.s38 _end = .; define
/freebsd/stand/uboot/
H A Dmain.c73 extern unsigned char _end[];
100 printf(" _end = 0x%08x\n", (uint32_t)_end); in dump_addr_info()
457 bzero(__bss_start, _end - __bss_start); in main()
/freebsd/contrib/elftoolchain/libelftc/
H A D_libelftc.h91 size_t _end, size_t *_rlen);
/freebsd/sys/arm/include/
H A Dmachdep.h79 extern uint8_t _end; /* End of kernel (text+ctors+unwind+data+bss) */
/freebsd/stand/i386/btx/lib/
H A Dbtxcsu.S32 movl $_end,%ecx
/freebsd/sys/contrib/dev/iwlwifi/fw/api/
H A Dcoex.h140 #define BT_MBOX_PRINT(_num, _field, _end) \ argument
/freebsd/stand/i386/isoboot/
H A Disoboot.c56 extern uint32_t _end;
226 (roundup2(__base + (int32_t)&_end, 0x10000) - __base); in main()
/freebsd/sys/conf/
H A Dldscript.i386154 _end. Align after .bss to ensure correct alignment even if the
163 _end = .; PROVIDE (end = .);
/freebsd/sys/dev/hptrr/
H A Dldm.h115 #define INIT_LOCK_REQUEST(req, _start, _end, _cb, _arg, _cc) \ argument
119 (req)->end = _end;\

123