/openbmc/linux/arch/s390/mm/ |
H A D | page-states.c | 177 unsigned long start, end, ix; in cmma_init_nodat() local
|
/openbmc/linux/arch/powerpc/net/ |
H A D | bpf_jit.h | 150 static inline void bpf_flush_icache(void *start, void *end) in bpf_flush_icache()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | umem_odp.c | 60 unsigned long start; in ib_init_umem_odp() local
|
/openbmc/linux/drivers/hid/amd-sfh-hid/ |
H A D | amd_sfh_common.h | 53 void (*start)(struct amd_mp2_dev *privdata, struct amd_mp2_sensor_info info); member
|
/openbmc/linux/lib/ |
H A D | error-inject.c | 64 static void populate_error_injection_list(struct error_injection_entry *start, in populate_error_injection_list()
|
H A D | string.c | 816 static void *check_bytes8(const u8 *start, u8 value, unsigned int bytes) in check_bytes8() 836 void *memchr_inv(const void *start, int c, size_t bytes) in memchr_inv()
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | vpe.h | 88 void (*start)(int vpe); member
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | annotate.c | 60 u64 start = map__rip_2objdump(ms->map, ms->sym->start); in perf_gtk__get_offset() local
|
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __debug.hpp | 187 void start() & noexcept {} in start() function
|
/openbmc/phosphor-fan-presence/presence/ |
H A D | json_parser.cpp | 57 void JsonConfig::start() in start() function in phosphor::fan::presence::JsonConfig
|
/openbmc/openpower-occ-control/ |
H A D | pldm.hpp | 44 constexpr open_power::occ::instanceID start = 0; variable
|
/openbmc/linux/drivers/pnp/pnpbios/ |
H A D | rsparser.c | 57 int start, int len) in pnpbios_parse_allocated_ioresource() 69 int start, int len) in pnpbios_parse_allocated_memresource()
|
/openbmc/u-boot/drivers/dma/ |
H A D | bcm6348-iudma.c | 137 ulong start = (ulong) ptr; in bcm6348_iudma_fdc() local 144 ulong start = (ulong) ptr; in bcm6348_iudma_idc() local
|
/openbmc/u-boot/include/ |
H A D | fat.h | 142 __u16 time,date,start;/* Time, date and first cluster */ member 153 __u16 start; /* Unused */ member
|
/openbmc/linux/net/ethtool/ |
H A D | bitset.c | 34 static void ethnl_bitmap32_clear(u32 *dst, unsigned int start, unsigned int end, in ethnl_bitmap32_clear() 86 static bool ethnl_bitmap32_not_zero(const u32 *map, unsigned int start, in ethnl_bitmap32_not_zero()
|
/openbmc/linux/fs/ext4/ |
H A D | indirect.c | 220 __le32 *start = ind->bh ? (__le32 *) ind->bh->b_data : ei->i_data; in ext4_find_near() local 1235 ext4_lblk_t start, ext4_lblk_t end) in ext4_ind_remove_space()
|
H A D | balloc.c | 94 ext4_fsblk_t start = ext4_group_first_block_no(sb, block_group); in ext4_num_overhead_clusters() local 190 ext4_fsblk_t start, tmp; in ext4_init_block_bitmap() local
|
/openbmc/linux/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_vcap_impl.c | 433 u32 start, in lan966x_vcap_cache_write() 474 u32 start, in lan966x_vcap_cache_read()
|
/openbmc/linux/drivers/regulator/ |
H A D | wm8350-regulator.c | 571 int wm8350_dcdc_set_slot(struct wm8350 *wm8350, int dcdc, u16 start, in wm8350_dcdc_set_slot() 619 int wm8350_ldo_set_slot(struct wm8350 *wm8350, int ldo, u16 start, u16 stop) in wm8350_ldo_set_slot()
|
/openbmc/linux/sound/pci/mixart/ |
H A D | mixart.c | 59 struct mixart_pipe *pipe, int start) in mixart_set_pipe_state() 380 static int mixart_set_stream_state(struct mixart_stream *stream, int start) in mixart_set_stream_state()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | efi.c | 475 unsigned long long start = md->phys_addr; in efi_find_mirror() local 651 phys_addr_t start, size; in reserve_unaccepted() local
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | agheader_repair.c | 497 uint64_t start, in xrep_agfl_check_extent() 650 uint64_t start, in xrep_agfl_fill()
|
/openbmc/linux/sound/soc/uniphier/ |
H A D | aio-core.c | 1135 int aiodma_rb_set_buffer(struct uniphier_aio_sub *sub, u64 start, u64 end, in aiodma_rb_set_buffer() 1188 void aiodma_rb_sync(struct uniphier_aio_sub *sub, u64 start, u64 size, in aiodma_rb_sync()
|
/openbmc/linux/fs/ |
H A D | coredump.c | 359 static int zap_process(struct task_struct *start, int exit_code) in zap_process() 898 int dump_user_range(struct coredump_params *cprm, unsigned long start, in dump_user_range()
|
/openbmc/linux/drivers/gpu/drm/bridge/ |
H A D | tc358764.c | 24 #define FLD_MASK(start, end) (((1 << ((start) - (end) + 1)) - 1) << (end)) argument 25 #define FLD_VAL(val, start, end) (((val) << (end)) & FLD_MASK(start, end)) argument
|