Home
last modified time | relevance | path

Searched defs:boundary (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/linux/arch/powerpc/mm/nohash/
H A D8xx.c144 unsigned long boundary = strict_boundary ? sinittext : etext8; in mmu_mapin_ram() local
171 unsigned long boundary = strict_kernel_rwx_enabled() ? sinittext : etext8; in mmu_mark_initmem_nx() local
H A De500.c169 unsigned long boundary; in map_mem_in_cams_addr() local
/openbmc/linux/arch/arm/mach-omap1/
H A Dsram-init.c26 #define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1))) argument
/openbmc/linux/net/ipv4/
H A Dtcp_timer.c185 unsigned int boundary, in tcp_model_timeout()
212 unsigned int boundary, in retransmits_timed_out()
/openbmc/linux/fs/ext2/
H A Dinode.c164 long i_block, int offsets[4], int *boundary) in ext2_block_to_path()
626 u32 *bno, bool *new, bool *boundary, in ext2_get_blocks()
787 bool new = false, boundary = false; in ext2_get_block() local
813 bool new = false, boundary = false; in ext2_iomap_begin() local
/openbmc/linux/include/media/
H A Dv4l2-rect.h59 const struct v4l2_rect *boundary) in v4l2_rect_map_inside()
/openbmc/linux/mm/
H A Ddmapool_test.c19 size_t boundary; member
H A Ddmapool.c58 unsigned int boundary; member
225 size_t size, size_t align, size_t boundary) in dma_pool_create()
/openbmc/qemu/hw/net/
H A Dne2000.h17 uint8_t boundary; member
/openbmc/linux/drivers/mtd/tests/
H A Dpagetest.c31 static unsigned char *boundary; variable
/openbmc/linux/sound/core/
H A Dpcm_compat.c80 u32 boundary; member
90 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sw_params_compat() local
424 snd_pcm_uframes_t boundary; in snd_pcm_ioctl_sync_ptr_x32() local
/openbmc/linux/sound/isa/gus/
H A Dgus_mem.c133 unsigned int idx, boundary; in snd_gf1_mem_find() local
/openbmc/linux/arch/arm/mach-omap2/
H A Dsram.c48 #define ROUND_DOWN(value, boundary) ((value) & (~((boundary) - 1))) argument
/openbmc/linux/drivers/gpu/drm/tests/
H A Ddrm_mm_test.c305 const struct boundary { in check_reserve_boundaries() struct
306 u64 start, size; in check_reserve_boundaries()
307 const char *name; in check_reserve_boundaries()
/openbmc/bmcweb/include/
H A Dmultipart_parser.hpp225 std::string boundary; member in MultipartParser
/openbmc/u-boot/drivers/mtd/onenand/
H A Donenand_base.c231 unsigned int boundary, blk, die = 0; in flexonenand_block() local
265 int die = 0, boundary; in flexonenand_addr() local
858 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local
2439 int boundary, int lock) in flexonenand_set_boundary()
/openbmc/linux/fs/
H A Ddirect-io.c87 int boundary; /* prev block is at a boundary */ member
790 int boundary = sdio->boundary; /* dio_send_cur_page may clear it */ in submit_page_section() local
H A Dmpage.c484 int boundary = 0; in __mpage_writepage() local
/openbmc/u-boot/include/linux/mtd/
H A Donenand.h74 unsigned int boundary[MAX_DIES]; member
/openbmc/linux/arch/s390/mm/
H A Dpageattr.c26 unsigned long boundary, size; in __storage_key_init_range() local
/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c303 unsigned boundary, blk, die = 0; in flexonenand_block() local
337 int die = 0, boundary; in flexonenand_addr() local
1226 int ret = 0, boundary = 0; in onenand_read_ops_nolock() local
3563 int boundary, int lock) in flexonenand_set_boundary()
/openbmc/linux/block/
H A Dblk-settings.c879 unsigned long boundary = dma_get_merge_boundary(dev); in blk_queue_can_use_dma_map_merging() local
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c1447 static bool _rtl8821ae_init_llt_table(struct ieee80211_hw *hw, u32 boundary) in _rtl8821ae_init_llt_table()
1478 static bool _rtl8821ae_dynamic_rqpn(struct ieee80211_hw *hw, u32 boundary, in _rtl8821ae_dynamic_rqpn()
1644 u8 rqpn_npq = 0, boundary = 0xF8; in _rtl8821ae_simple_initialize_adapter() local
/openbmc/linux/drivers/acpi/acpica/
H A Dacmacros.h201 #define ACPI_ROUND_DOWN(value, boundary) (((acpi_size)(value)) & \ argument
204 #define ACPI_ROUND_UP(value, boundary) ((((acpi_size)(value)) + \ argument
225 #define ACPI_ROUND_UP_TO(value, boundary) (((value) + ((boundary)-1)) / (boundary)) argument
/openbmc/linux/include/linux/mtd/
H A Donenand.h86 unsigned boundary[MAX_DIES]; member

12