Home
last modified time | relevance | path

Searched refs:SEGMENT_SIZE (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Da.out.h121 #define SEGMENT_SIZE 1024 macro
123 #ifndef SEGMENT_SIZE
125 #define SEGMENT_SIZE getpagesize() macro
130 #define _N_SEGMENT_ROUND(x) ALIGN(x, SEGMENT_SIZE)
/OK3568_Linux_fs/kernel/include/linux/
H A Da.out.h12 #ifndef SEGMENT_SIZE
13 #define SEGMENT_SIZE PAGE_SIZE macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Da.out.h79 #define SEGMENT_SIZE 1024 macro
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Da.out.h79 #define SEGMENT_SIZE 1024 macro
81 #define _N_SEGMENT_ROUND(x) (((x) + SEGMENT_SIZE - 1) & ~(SEGMENT_SIZE - 1))
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/binutils/binutils/
H A D0001-binutils-crosssdk-Generate-relocatable-SDKs.patch43 DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
48 @@ -312,10 +313,12 @@ DEFAULT_DATA_ALIGNMENT="ALIGN(${SEGMENT_SIZE})"
/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h995 #define SEGMENT_SIZE (TRBS_PER_SEGMENT*16) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-mem.c281 seg->trbs = (union xhci_trb *)xhci_malloc(SEGMENT_SIZE); in xhci_segment_alloc()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.h83 #define SEGMENT_SIZE(sbi) (1ULL << ((sbi)->log_blocksize + \ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c6222 #define SEGMENT_SIZE 128 macro
6772 num_seg = PAGE_SIZE / SEGMENT_SIZE; in init_one()