Searched defs:__CONCAT (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/i386/i386/ |
H A D | pmap.c | 413 __CONCAT(PMTYPE, remap_lower)(bool enable) in __CONCAT() function 428 __CONCAT(PMTYPE, cold)(void) in __CONCAT() function 587 __CONCAT(PMTYPE, set_nx)(void) in __CONCAT() function 607 __CONCAT(PMTYPE, bootstrap)(vm_paddr_t firstaddr) in __CONCAT() function 777 __CONCAT(PMTYPE, init_pat)(void) in __CONCAT() function 951 __CONCAT(PMTYPE, init)(void) in __CONCAT() function 1075 __CONCAT(PMTYPE, is_valid_memattr)(pmap_t pmap __unused, vm_memattr_t mode) in __CONCAT() function 1087 __CONCAT(PMTYPE, cache_bits)(pmap_t pmap, int mode, bool is_pde) in __CONCAT() function 1144 __CONCAT(PMTYPE, ps_enabled)(pmap_t pmap __unused) in __CONCAT() function 1298 __CONCAT(PMTYPE, invalidate_cache)(void) in __CONCAT() function [all …]
|
/freebsd/contrib/bmake/missing/sys/ |
H A D | cdefs.h | 101 #define __CONCAT(x,y) x ## y macro 118 #define __CONCAT(x,y) x/**/y macro
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | cdefs.h | 49 # define __CONCAT(x,y) x ## y macro 53 # define __CONCAT(x,y) x/**/y macro
|
/freebsd/sys/sys/ |
H A D | cdefs.h | 123 #define __CONCAT(x,y) __CONCAT1(x,y) macro 138 #define __CONCAT(x,y) x/**/y macro
|
/freebsd/tools/build/cross-build/include/common/sys/ |
H A D | cdefs.h | 179 #define __CONCAT(x, y) __CONCAT1(x, y) macro
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 896 __CONCAT(rnd_, __elfN(base))(vm_map_t map, u_long minv, u_long maxv, in __CONCAT() function 1098 __CONCAT(exec_, __elfN(imgact))(struct image_params *imgp) in __CONCAT() function
|