Searched refs:lookup (Results 1 – 15 of 15) sorted by relevance
/arch/arm/mach-integrator/ |
D | impd1.c | 389 struct gpiod_lookup_table *lookup; in impd1_probe() local 393 lookup = devm_kzalloc(&dev->dev, in impd1_probe() 394 sizeof(*lookup) + 3 * sizeof(struct gpiod_lookup), in impd1_probe() 399 if (!lookup || !chipname || !mmciname) in impd1_probe() 402 lookup->dev_id = mmciname; in impd1_probe() 417 lookup->table[0].chip_label = chipname; in impd1_probe() 418 lookup->table[0].chip_hwnum = 3; in impd1_probe() 419 lookup->table[0].con_id = "wp"; in impd1_probe() 420 lookup->table[1].chip_label = chipname; in impd1_probe() 421 lookup->table[1].chip_hwnum = 4; in impd1_probe() [all …]
|
/arch/frv/mm/ |
D | tlb-miss.S | 43 # handle a lookup failure of one sort or another in a kernel TLB handler 88 # handle a lookup failure of one sort or another in a user TLB handler
|
/arch/arm/crypto/ |
D | Kconfig | 101 This implementation does not rely on any lookup tables so it is
|
/arch/arm/boot/dts/ |
D | exynos4210-origen.dts | 253 * DT-based regulator lookup yet.
|
D | exynos4210-trats.dts | 418 * DT-based regulator lookup yet.
|
D | at91sam9n12.dtsi | 1010 atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
|
D | at91sam9x5.dtsi | 1213 atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
|
D | sama5d3.dtsi | 1477 atmel,pmecc-lookup-table-offset = <0x0 0x8000>;
|
/arch/arm/mm/ |
D | abort-lv4t.S | 163 add pc, pc, r7, lsr #10 @ lookup in table
|
/arch/arc/mm/ |
D | tlbex.S | 193 ; This macro does the page-table lookup for the faulting address.
|
/arch/x86/kernel/cpu/ |
D | perf_event_intel_uncore.c | 48 lookup: in __find_pci2phy_map() 62 goto lookup; in __find_pci2phy_map()
|
/arch/cris/arch-v10/ |
D | README.mm | 198 The Page Table provides the final lookup by using bits 13 to 23 as index:
|
/arch/cris/arch-v10/kernel/ |
D | entry.S | 337 ;; For refills we try to do a quick page table lookup. If it is
|
/arch/ia64/kernel/ |
D | unwind.c | 1500 lookup (struct unw_table *table, unsigned long rel_ip) in lookup() function 1578 e = lookup(table, ip - table->segment_base); in build_script()
|
/arch/x86/ |
D | Kconfig | 1337 has the cost of more pagetable lookup overhead, and also
|