Searched refs:global (Results 151 - 175 of 329) sorted by relevance

1234567891011>>

/linux-master/drivers/misc/sgi-gru/
H A Dgruhandles.h207 unsigned int global:1; member in struct:gru_tlb_global_handle
508 unsigned long vaddrmask, int asid, int pagesize, int global, int n,
/linux-master/drivers/block/
H A Dswim_asm.S45 .global swim_read_sector_header
148 .global swim_read_sector_data
/linux-master/arch/riscv/kernel/
H A Dmcount.S53 .global _mcount
/linux-master/arch/sh/lib/
H A Dudivsi3_i4i.S37 .global __udivsi3_i4i
38 .global __udivsi3_i4
155 .global __sdivsi3_i4i
156 .global __sdivsi3_i4
157 .global __sdivsi3
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dlinked_list.c27 TEST(global, 16)
48 TEST(global, push_front)
49 TEST(global, push_back)
50 TEST(global, pop_front)
51 TEST(global, pop_back)
/linux-master/arch/microblaze/kernel/
H A Dentry.S41 .global syscall_debug_table
493 TRAP_return: /* Make global symbol for debugging */
679 EXC_return: /* Make global symbol for debugging */
792 IRQ_return: /* MS: Make global symbol for debugging */
1052 DBTRAP_return_user: /* MS: Make global symbol for debugging */
1065 DBTRAP_return_kernel: /* MS: Make global symbol for debugging */
1155 .global xmb_inject_err
1191 .global xmb_manager_dev
1192 .global xmb_manager_baseaddr
1193 .global xmb_manager_crva
[all...]
/linux-master/drivers/net/ethernet/agere/
H A Det131x.c941 u32 pmcsr = readl(&adapter->regs->global.pm_csr);
1494 /* et131x_configure_global_regs - configure JAGCore global regs */
1497 struct global_regs __iomem *regs = &adapter->regs->global;
1692 writel(reg, &adapter->regs->global.sw_reset);
1709 writel(mask, &adapter->regs->global.int_mask);
1714 writel(INT_MASK_DISABLE, &adapter->regs->global.int_mask);
1784 u32 pmcsr = readl(&adapter->regs->global.pm_csr);
1794 writel(pmcsr, &adapter->regs->global.pm_csr);
1798 writel(pmcsr, &adapter->regs->global.pm_csr);
1805 pmcsr = readl(&adapter->regs->global
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfplsp.S561 global _fsins_
618 global _fsind_
676 global _fsinx_
738 global _fcoss_
795 global _fcosd_
853 global _fcosx_
915 global _fsinhs_
972 global _fsinhd_
1030 global _fsinhx_
1092 global _flognp1s
[all...]
/linux-master/drivers/scsi/cxlflash/
H A Dsuperpipe.c29 struct cxlflash_global global; variable in typeref:struct:cxlflash_global
70 * cxlflash_free_errpage() - frees resources associated with global error page
75 mutex_lock(&global.mutex);
76 if (global.err_page) {
77 __free_page(global.err_page);
78 global.err_page = NULL;
80 mutex_unlock(&global.mutex);
852 * from global access and destroyed. Note that it is assumed the thread
1059 struct page *err_page = global.err_page;
1073 mutex_lock(&global
[all...]
/linux-master/arch/sh/boot/compressed/
H A Dhead_32.S13 .global startup
H A Dhead_64.S42 .global startup
/linux-master/arch/m68k/fpsp040/
H A Dx_ovfl.S56 .global fpsp_ovfl
H A Dstanh.S76 .global stanhd
82 .global stanh
H A Dstwotox.S195 .global stwotoxd
206 .global stwotox
299 .global stentoxd
310 .global stentox
/linux-master/drivers/soc/bcm/brcmstb/pm/
H A Ds3-mips.S16 .global s3_reentry
/linux-master/arch/hexagon/mm/
H A Dcopy_user_template.S14 .global FUNCNAME
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_dev.h80 u64 global; member in struct:komeda_events
/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dhandlers.S65 .global vectors
/linux-master/include/uapi/rdma/
H A Drdma_user_rxe.h52 } global; member in union:rxe_gid
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Drdma.c115 gid->global.subnet_prefix = cpu_to_be64(0xfe80000000000000LL);
/linux-master/arch/powerpc/kernel/
H A Dswitch.S35 .global flush_branch_caches
/linux-master/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c60 CHECK(global, pop_front, &ghead);
61 CHECK(global, pop_back, &ghead);
83 CHECK(global, push_front, &ghead, &f->node2);
84 CHECK(global, push_back, &ghead, &f->node2);
/linux-master/kernel/time/
H A Dtick-internal.h13 u64 global; member in struct:timer_events
/linux-master/drivers/accel/ivpu/
H A Divpu_fw.c244 ivpu_hw_init_range(&vdev->hw->ranges.global, start, size);
520 boot_params->shared_region_base = vdev->hw->ranges.global.start;
521 boot_params->shared_region_size = vdev->hw->ranges.global.end -
522 vdev->hw->ranges.global.start;
/linux-master/tools/testing/selftests/kvm/lib/riscv/
H A Dhandlers.S95 .global exception_vectors

Completed in 185 milliseconds

1234567891011>>