Home
last modified time | relevance | path

Searched refs:a (Results 21751 – 21775 of 22310) sorted by relevance

1...<<871872873874875876877878879880>>...893

/openbmc/linux/arch/arm/boot/dts/st/
H A Dste-dbx5x0.dtsi115 * into 5 banks of 128 KB each. This is a fast memory usually
1161 * in documentation but is in practice a pretty straight-forward
/openbmc/linux/drivers/pinctrl/intel/
H A Dpinctrl-cherryview.c100 #define CHV_COMMUNITY(g, i, a) \ argument
105 .acpi_space_id = (a), \
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dmsm8976.dtsi510 tsens_s1_p1: s1-p1@21a {
605 tsens_s9_p2: s9-p2@22a {
H A Dsc8280xp-lenovo-thinkpad-x13s.dts95 /* Reuse as a panic indicator until we get a "camera on" trigger */
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos5433-tm2-common.dtsi883 * port@0 which is a required property. The ports
885 * Add a disabled port just to satisfy dtschema.
/openbmc/linux/arch/s390/include/asm/
H A Dpgtable.h818 static inline int pte_same(pte_t a, pte_t b) in pte_same() argument
820 return pte_val(a) == pte_val(b); in pte_same()
/openbmc/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-ibm-system1.dts159 led-a {
693 power-supply@5a {
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c1308 static void tcg_gen_mov2_i32(TCGv_i32 r, TCGv_i32 a, TCGv_i32 b) in tcg_gen_mov2_i32() argument
1313 static void tcg_gen_mov2_i64(TCGv_i64 r, TCGv_i64 a, TCGv_i64 b) in tcg_gen_mov2_i64() argument
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-verdin.dtsi639 atmel_mxt_ts_mezzanine: touch-mezzanine@4a {
711 atmel_mxt_ts: touch@4a {
H A Dimx8mq.dtsi917 * PCIE1 and PCIE2 we create a
919 * it as a shared PCIE power
987 pgc_pcie2: power-domain@a {
/openbmc/linux/virt/kvm/
H A Dkvm_main.c1428 static int kvm_memslots_get_as_id(struct kvm_memory_slot *a, in kvm_memslots_get_as_id() argument
1431 if (WARN_ON_ONCE(!a && !b)) in kvm_memslots_get_as_id()
1434 if (!a) in kvm_memslots_get_as_id()
1437 return a->as_id; in kvm_memslots_get_as_id()
1439 WARN_ON_ONCE(a->as_id != b->as_id); in kvm_memslots_get_as_id()
1440 return a->as_id; in kvm_memslots_get_as_id()
/openbmc/linux/net/xfrm/
H A Dxfrm_policy.c817 static int xfrm_policy_addr_delta(const xfrm_address_t *a, in xfrm_policy_addr_delta() argument
830 ma = ntohl(a->a4) & mask; in xfrm_policy_addr_delta()
842 delta = memcmp(a->a6, b->a6, pdw << 2); in xfrm_policy_addr_delta()
848 ma = ntohl(a->a6[pdw]) & mask; in xfrm_policy_addr_delta()
1481 u32 a = k->type << 24 | k->dir << 16 | k->family; in xfrm_pol_bin_key() local
1483 return jhash_3words(a, k->if_id, net_hash_mix(read_pnet(&k->net)), in xfrm_pol_bin_key()
/openbmc/linux/tools/perf/scripts/python/
H A Dexported-sql-viewer.py2294 …menu.addAction(CreateAction(menu_text, "Show Call Tree", lambda a=None, args=thread_at_time: self.…
3845 def RowColumnKey(a): argument
3846 return a.row() * glb_max_cols + a.column()
4314 action.triggered.connect(lambda a=None,x=nr: self.setActiveSubWindow(x))
4708 …(CreateAction(label, "Create a new window displaying branch events", lambda a=None,x=dbid: self.Ne…
4710 …(CreateAction(label, "Create a new window displaying branch events", lambda a=None,x=dbid: self.Ne…
4718 …table_menu.addAction(CreateAction(table, "Create a new window containing a table view", lambda a=N…
/openbmc/u-boot/arch/arm/dts/
H A Dsama5d4.dtsi9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
25 * obtaining a copy of this software and associated documentation
/openbmc/linux/drivers/atm/
H A Deni.c77 #define EVENT(s,a,b) argument
108 static void EVENT(const char *s,unsigned long a,unsigned long b) in EVENT() argument
111 ev_a[ec] = a; in EVENT()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap-3.4.1.js1316 a: ['target', 'href', 'title', 'rel'], property in DefaultWhitelist
2154 .sort(function (a, b) { return a[0] - b[0] }) argument
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfarch.c91 static bool ef4_masked_compare_oword(const ef4_oword_t *a, const ef4_oword_t *b, in ef4_masked_compare_oword() argument
94 return ((a->u64[0] ^ b->u64[0]) & mask->u64[0]) || in ef4_masked_compare_oword()
95 ((a->u64[1] ^ b->u64[1]) & mask->u64[1]); in ef4_masked_compare_oword()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_0_ppt.c1699 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dfarch.c95 static bool efx_masked_compare_oword(const efx_oword_t *a, const efx_oword_t *b, in efx_masked_compare_oword() argument
98 return ((a->u64[0] ^ b->u64[0]) & mask->u64[0]) || in efx_masked_compare_oword()
99 ((a->u64[1] ^ b->u64[1]) & mask->u64[1]); in efx_masked_compare_oword()
/openbmc/linux/fs/xfs/
H A Dxfs_log.c76 #define xlog_verify_grant_tail(a) argument
77 #define xlog_verify_iclog(a,b,c) argument
78 #define xlog_verify_tail_lsn(a,b) argument
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.c109 #define TRA(i,f,a...) do { \ argument
113 VMM_TRACE(_it->vmm, "%s "f, _buf, ##a); \
116 #define TRA(i,f,a...) argument
/openbmc/qemu/migration/
H A Dmigration.c211 uintptr_t a = (uintptr_t) ap, b = (uintptr_t) bp; in page_request_addr_cmp() local
213 return (a > b) - (a < b); in page_request_addr_cmp()
/openbmc/linux/drivers/video/fbdev/
H A Damifb.c2573 static inline unsigned long comp(unsigned long a, unsigned long b, in comp() argument
2576 return ((a ^ b) & mask) ^ b; in comp()
2580 static inline unsigned long xor(unsigned long a, unsigned long b, in xor() argument
2583 return (a & mask) ^ b; in xor()
/openbmc/linux/sound/pci/asihpi/
H A Dhpifunc.c1365 #define hpi_control_param1_get(h, a, p1) \ argument
1366 hpi_control_param_get(h, a, 0, 0, p1, NULL)
1367 #define hpi_control_param2_get(h, a, p1, p2) \ argument
1368 hpi_control_param_get(h, a, 0, 0, p1, p2)
/openbmc/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dkv_dpm.c861 static u32 kv_get_clock_difference(u32 a, u32 b) in kv_get_clock_difference() argument
863 return (a >= b) ? a - b : b - a; in kv_get_clock_difference()

1...<<871872873874875876877878879880>>...893