Home
last modified time | relevance | path

Searched refs:__section (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dpcpu.h87 struct _hack; t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
106 t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
109 static t DPCPU_NAME(n) __section(DPCPU_SETNAME) __used
H A Dmodule.h123 __section(".data") = { \
170 __section(".data") = { \
H A Dlinker_set.h66 __set_##set##_sym_##sym __section("set_" #set) \
H A Dsystm.h172 #define __read_mostly __section(".data.read_mostly")
173 #define __read_frequently __section(".data.read_frequently")
175 __section(".data.exclusive_cache_line")
H A Dcdefs.h225 #define __section(x) __attribute__((__section__(x))) macro
/f-stack/dpdk/drivers/net/tap/
H A Dtap_bpf_program.c55 __section("cls_q") int
216 __section(#L) int \
/f-stack/freebsd/net/
H A Dvnet.h277 struct _hack; t VNET_NAME(n) __section(VNET_SETNAME) __used
285 t VNET_NAME(n) __section(VNET_SETNAME) __used
288 static t VNET_NAME(n) __section(VNET_SETNAME) __used
/f-stack/freebsd/mips/mips/
H A Dmachdep.c140 __aligned(PAGE_SIZE * 2) __section(".data");