/openbmc/u-boot/arch/arm/include/asm/ |
H A D | io.h | 248 #define outsb(p,d,l) __raw_writesb(__io(p),d,l) argument 249 #define outsw(p,d,l) __raw_writesw(__io(p),d,l) argument 250 #define outsl(p,d,l) __raw_writesl(__io(p),d,l) argument 252 #define insb(p,d,l) __raw_readsb(__io(p),d,l) argument 253 #define insw(p,d,l) __raw_readsw(__io(p),d,l) argument 254 #define insl(p,d,l) __raw_readsl(__io(p),d,l) argument 312 #define memset_io(c,v,l) _memset_io(__mem_pci(c),(v),(l)) argument 313 #define memcpy_fromio(a,c,l) _memcpy_fromio((a),__mem_pci(c),(l)) argument 314 #define memcpy_toio(c,a,l) _memcpy_toio(__mem_pci(c),(a),(l)) argument 316 #define eth_io_copy_and_sum(s,c,l,b) \ argument
|
/openbmc/linux/security/apparmor/include/ |
H A D | label.h | 374 static inline struct aa_label *__aa_get_label(struct aa_label *l) in __aa_get_label() 382 static inline struct aa_label *aa_get_label(struct aa_label *l) in aa_get_label() 398 static inline struct aa_label *aa_get_label_rcu(struct aa_label __rcu **l) in aa_get_label_rcu() 419 static inline struct aa_label *aa_get_newest_label(struct aa_label *l) in aa_get_newest_label() 442 static inline void aa_put_label(struct aa_label *l) in aa_put_label()
|
/openbmc/linux/fs/nfsd/ |
H A D | filecache.c | 419 struct nfsd_fcache_disposal *l = nn->fcache_disposal; in nfsd_file_dispose_list_delayed() local 652 struct nfsd_fcache_disposal *l = container_of(work, in nfsd_file_delayed_close() local 829 struct nfsd_fcache_disposal *l; in nfsd_alloc_fcache_disposal() local 841 nfsd_free_fcache_disposal(struct nfsd_fcache_disposal *l) in nfsd_free_fcache_disposal() 852 struct nfsd_fcache_disposal *l = nn->fcache_disposal; in nfsd_free_fcache_disposal_net() local
|
/openbmc/linux/net/mac80211/ |
H A D | michael.h | 16 u32 l, r; member
|
/openbmc/linux/lib/math/ |
H A D | lcm.c | 19 unsigned long l = lcm(a, b); in lcm_not_zero() local
|
/openbmc/linux/scripts/clang-tools/ |
H A D | run-clang-tools.py | 39 def init(l, a): argument
|
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-pll.h | 21 u16 l; member 62 u16 l; member
|
/openbmc/linux/net/appletalk/ |
H A D | atalk_proc.c | 30 loff_t l = *pos; in atalk_seq_interface_start() local 91 loff_t l = *pos; in atalk_seq_route_start() local
|
/openbmc/u-boot/arch/arm/cpu/arm1136/mx31/ |
H A D | generic.c | 118 u32 field, l, reg; in mx31_set_pad() local 133 u32 l; in mx31_set_gpr() local
|
/openbmc/linux/scripts/dtc/ |
H A D | treesource.c | 277 struct label *l; in write_tree_source_node() local 327 struct label *l; in dt_to_source() local
|
/openbmc/linux/crypto/ |
H A D | fcrypt.c | 237 __be32 l, r; in fcrypt_encrypt() member 269 __be32 l, r; in fcrypt_decrypt() member
|
/openbmc/linux/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 63 u32 l = req->iv[0] + 1; in ccm_init_mac() local 101 struct __packed { __be16 l; __be32 h; u16 len; } ltag; in ccm_calculate_auth_mac() member
|
/openbmc/qemu/hw/xen/ |
H A D | xen_pt.c | 655 static void xen_pt_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_add() 664 static void xen_pt_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_del() 673 static void xen_pt_io_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_add() 682 static void xen_pt_io_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_del()
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | kconf_id.c | 47 int l = strlen(id->name); in kconf_id_lookup() local
|
/openbmc/telemetry/src/utils/ |
H A D | unique_call.hpp | 20 auto l = std::make_shared<Lock>(); in operator ()() local
|
/openbmc/linux/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-dsi-core.c | 78 #define DATA_LANE_ULPM_REQ(l) BIT(9 + (l)) argument 127 #define DATA_LANE_RDY(l) BIT(2 + (l)) argument 135 #define ERR_CONT_LP(x, l) BIT(18 + ((x) * 4) + (l)) argument 136 #define ERR_CONTROL(l) BIT(14 + (l)) argument 137 #define ERR_SYNESC(l) BIT(10 + (l)) argument 138 #define ERR_ESC(l) BIT(6 + (l)) argument 142 #define ERR_CONTROL_EDGE(l) BIT(8 + (l)) argument 143 #define ERR_SYN_ESC_EDGE(l) BIT(4 + (l)) argument 144 #define ERR_ESC_EDGE(l) BIT(0 + (l)) argument 155 #define DATA_LANE_STATE(l, val) \ argument [all …]
|
/openbmc/u-boot/cmd/ |
H A D | console.c | 17 int l; in do_coninfo() local
|
/openbmc/qemu/tests/qtest/ |
H A D | npcm7xx_rng-test.c | 209 unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; in test_continuous_runs() member 254 unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; in test_first_byte_runs() member
|
/openbmc/linux/drivers/clocksource/ |
H A D | arc_timer.c | 61 u32 l, h; in arc_read_gfrc() local 131 u32 l, h; in arc_read_rtc() local
|
/openbmc/linux/drivers/thermal/intel/ |
H A D | x86_pkg_temp_thermal.c | 126 u32 l, h, mask, shift, intr; in sys_set_trip_temp() local 184 u32 l, h; in enable_pkg_thres_interrupt() local 200 u32 l, h; in disable_pkg_thres_interrupt() local
|
/openbmc/qemu/util/ |
H A D | reserved-region.c | 29 GList *l; in resv_region_list_insert() local
|
/openbmc/linux/arch/x86/include/asm/shared/ |
H A D | msr.h | 8 u32 l; member
|
/openbmc/linux/arch/x86/kernel/cpu/mce/ |
H A D | p5.c | 47 u32 l, h; in intel_p5_mcheck_init() local
|
/openbmc/linux/drivers/firmware/efi/libstub/ |
H A D | alignedmem.c | 50 int l = (alloc_addr & (align - 1)) / EFI_PAGE_SIZE; in efi_allocate_pages_aligned() local
|
/openbmc/linux/drivers/spi/ |
H A D | spi-omap2-mcspi.c | 205 u32 l, rw; in omap2_mcspi_set_dma_req() local 225 u32 l; in omap2_mcspi_set_enable() local 241 u32 l; in omap2_mcspi_set_cs() local 275 u32 l; in omap2_mcspi_set_mode() local 443 u32 l; in omap2_mcspi_rx_dma() local 693 u32 l; in omap2_mcspi_txrx_pio() local 902 u32 ref_clk_hz, l = 0, clkd = 0, div, extclk = 0, clkg = 0; in omap2_mcspi_setup_transfer() local
|